Page 1 of 1

CodeCompletion and std::towlower

Posted: Thu Oct 14, 2010 6:24 pm
by borr
CodeCompletion not show std::towlower
note: CC show std::tolower

Re: CodeCompletion and std::towlower

Posted: Fri Oct 15, 2010 9:17 am
by borr

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).
sorry, it's my mistake. CodeCompletion is working with towlower.