This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37111] Link error with a no effect lefthand operand of comma on a very small code
- From: "maxime dot fiandino at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2008 11:50:16 -0000
- Subject: [Bug c++/37111] Link error with a no effect lefthand operand of comma on a very small code
- References: <bug-37111-16592@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from maxime dot fiandino at gmail dot com 2008-08-13 11:50 -------
Yes, with the static constant define it solve the link problem.
I still doesn't understand why this issue is for:
if (i,++i,1,value<1>::is)
{++i;}
but not:
value<1>::is;
alone
But it should not be the right place to ask for explanations.
Thanks for your time and sorry for inconvenience.
--
maxime dot fiandino at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37111