CodeCompletion and std::towlower

CodeLite installation/troubleshooting forum
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

CodeCompletion and std::towlower

Post by borr »

CodeCompletion not show std::towlower
note: CC show std::tolower
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

Re: CodeCompletion and std::towlower

Post 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.
Post Reply