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
8773
Age (days ago)
8773
Last active (days ago)
13 comments
3 participants
participants (3)
-
ccullum -
Terje Slettebø