CodeCompletion not show std::towlower
note: CC show std::tolower
CodeCompletion and std::towlower
-
- CodeLite Enthusiast
- Posts: 34
- Joined: Tue Dec 16, 2008 10:43 am
- Contact:
-
- CodeLite Enthusiast
- Posts: 34
- Joined: Tue Dec 16, 2008 10:43 am
- Contact:
Re: CodeCompletion and std::towlower
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).