re PR c++/10750 (error with using template template expression in static const initia...
authorGiovanni Bajo <giovannibajo@libero.it>
Mon, 30 Jun 2003 18:45:25 +0000 (20:45 +0200)
committerWolfgang Bangerth <bangerth@gcc.gnu.org>
Mon, 30 Jun 2003 18:45:25 +0000 (12:45 -0600)
commit9b61cc1bccb144e5483c6463348ef13915fbe829
treeef49bf87bc4c50af9235c06a953bfa986601849c
parentfbfcbadc8f87d333559bf1bd2c3d690f7dda85c6
re PR c++/10750 (error with using template template expression in static const initializer)

2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/10750
        * parser.c (cp_parser_primary_expression): A VAR_DECL with a
        (value- or type-) dependent expression as DECL_INITIAL is a
        valid constant-expression (at parser time).

From-SVN: r68720
gcc/cp/ChangeLog
gcc/cp/parser.c