RE: [Boost-Users] tolower not in std::
From: ccullum [mailto:yg-boost-users@m.gmane.org]
I am getting a message stating that tolower is not found in the std::, but transform can be found. Has anyone seen this before?
In future posts, please state the Boost library that is causing trouble. There is already one reply to this seemingly-close-to-being-off-topic note; another possibility is that you've simply failed to #include the header where tolower resides, which is <cctype>. Bjorn [Non-text portions of this message have been removed]
I am taking code from MSVC 6.0 to Debian. The MSVC code will compile and
works, but for some reason it would not compile on Debian. The fix was
Bjorn's post, including cctype
Thanks Bjorn
From: ccullum [mailto:yg-boost-users@m.gmane.org]
I am getting a message stating that tolower is not found in the std::, but transform can be found. Has anyone seen this before?
In future posts, please state the Boost library that is causing trouble.
There is already one reply to this seemingly-close-to-being-off-topic note; another possibility is that you've simply failed to #include the header where tolower resides, which is <cctype>.
Bjorn
[Non-text portions of this message have been removed]
participants (2)
-
bjorn.karlsson@readsoft.com
-
ccullum