This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11506] SFINAE fails sometimes


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11506



------- Additional Comments From dhazeghi at yahoo dot com  2003-08-25 00:34 -------
Here's what I've done:

grabbed boost cvs.
cd boost
g++ -fmessage-length=0  -c -Wall -ftemplate-depth-100   -g -O0 -fno-inline -I. libs/iterator/
test/transform_iterator_test.cpp

Test compiles with both g++ 3.3 branch and mainline. OTOH, the preprocessed source you sent 
does exhibits the error you report (on 3.3, doesn't compile on 3.4). I'll look at the other boost links 
you sent in a minute, but I must admit I'm puzzled by these results.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]