tolower not in std::
17 Jun
2002
17 Jun
'02
8:57 p.m.
I am getting a message stating that tolower is not found in the std::, but transform can be found. Has anyone seen this before? Thanks, Christopher cullum ccullum@uprizer.com
17 Jun
17 Jun
9:10 p.m.
New subject: [Boost-Users] tolower not in std::
From: ccullum
I am getting a message stating that tolower is not found in the std::, but transform can be found. Has anyone seen this before?
If you're using MSVC, then the reason is that the C-functions are not in the std namespace. It says here (http://support.microsoft.com/default.aspx?scid=kb;en-us;Q243451). Regards, Terje
8200
Age (days ago)
8200
Last active (days ago)
1 comments
2 participants
participants (2)
-
ccullum
-
Terje Slettebø