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
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
--- 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