[Bug c++/32408] New: Template Parsing Error

2007-06-19 Thread chsalvia at gmail dot com
rgument. A temporary workaround is to put a set of parenthesis around s.count. -- Summary: Template Parsing Error Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedT

[Bug c++/32409] New: Template Parsing Error

2007-06-19 Thread chsalvia at gmail dot com
rgument. A temporary workaround is to put a set of parenthesis around s.count. -- Summary: Template Parsing Error Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedT

[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. #incl