[Bug c++/35497] Compiling error with template part. spec. involving function call and >> in c++0x

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2008-12-29 00:16 --- Yes, it's indeed a duplicate. The bug has been fixed for GCC 4.4.0. *** This bug has been marked as a duplicate of 36460 *** -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug c++/35497] Compiling error with template part. spec. involving function call and >> in c++0x

2008-10-04 Thread fang at csl dot cornell dot edu
--- Comment #2 from fang at csl dot cornell dot edu 2008-10-05 01:16 --- dupe PR 36460 (fixed in 4.4)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35497

[Bug c++/35497] Compiling error with template part. spec. involving function call and >> in c++0x

2008-04-18 Thread fang at csl dot cornell dot edu
--- Comment #1 from fang at csl dot cornell dot edu 2008-04-18 21:48 --- While the upcoming standard does support '>>' to double-close template arguments, I would still recommend to anyone to separate them for clarity and compatibility with less forgiving compilers. -- fang at c