CodeCompletion and std::towlower
Posted: Thu Oct 14, 2010 6:24 pm
CodeCompletion not show std::towlower
note: CC show std::tolower
note: CC show std::tolower
Code: Select all
Quote from: jens on Yesterday at 10:29:46 pm
I have towlower.
It's not in std-namespace, but in global namespace.
So I think it is correctly found in global namespace, and it can (and should ? ) be used without std:: ( at least here it works fine).