[Bug c++/32408] Template Parsing Error

2007-06-19 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-19 23:10 --- *** This bug has been marked as a duplicate of 10200 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/32408] Template Parsing Error

2007-06-19 Thread chsalvia at gmail dot com
--- Comment #3 from chsalvia at gmail dot com 2007-06-19 23:08 --- Sorry. It seems this is actually a namespace conflict issue. If you add include the iostream header file and add "using namespace std" the code will not compile, due to a conflict with std::count. #include using names

[Bug c++/32408] Template Parsing Error

2007-06-19 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-06-19 22:04 --- Apparently you provided the wrong snippet, this one compiles just fine and well, doesn't have 22 lines... ;) -- pcarlini at suse dot de changed: What|Removed |Added --

[Bug c++/32408] Template Parsing Error

2007-06-19 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-06-19 21:22 --- *** Bug 32409 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32408