[Bug c++/59681] SVN 197248 adding N3582 support broke Boost.Regex with -std=c++1y
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jan 5 08:58:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-01-05
Ever confirmed|0 |1
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
[expr.prim.general] p6 says:
A parenthesized expression is a primary expression whose type and value are
identical to those of the enclosed expression. The presence of parentheses does
not affect whether the expression is an lvalue. The parenthesized expression can
be used in exactly the same contexts as those where the enclosed expression
can be used, and with the same meaning, except as otherwise indicated.
More information about the Gcc-bugs
mailing list