$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Terje Slettebų (terje.s_at_[hidden])
Date: 2002-06-17 16:10:14
>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