Fix compilation failure with C++98 compilers
authorJonathan Wakely <jwakely@redhat.com>
Sat, 13 Oct 2018 11:19:09 +0000 (12:19 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 13 Oct 2018 11:19:09 +0000 (12:19 +0100)
commitf77bca9ac3942b830c1e508bc5ac6fd0df2056f7
tree23a3dcfcb989a8d65791dd8f53e1d46037a3d670
parent3ea54ea16f5776d3905acc431235551748b4c7fc
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.

From-SVN: r265140
gcc/ChangeLog
gcc/opt-problem.h