Fix compilation failure with C++98 compilers
commita833e2b02293984ecf0e43b4c370abbc01ccbd76
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Oct 2018 11:19:09 +0000 (13 11:19 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Oct 2018 11:19:09 +0000 (13 11:19 +0000)
tree23a3dcfcb989a8d65791dd8f53e1d46037a3d670
parentc45bebb5ee928eacafa4c408e499bf4f51388cf3
Fix compilation failure with C++98 compilers

* opt-problem.h (opt_wrapper): Use template-argument-list when naming
the base class, because using the injected-class-name was not clearly
specified until DR 176.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265140 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/opt-problem.h