Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
CC no longer working for unique_ptr
killerbot:
fyi : I discovered the issue yesterday on linux with gcc 4.6
Jenna:
--- Quote from: killerbot on August 30, 2011, 01:05:38 pm ---fyi : I discovered the issue yesterday on linux with gcc 4.6
--- End quote ---
I also tested with gcc 4.6, but can test with 4.5 this evening.
oBFusCATed:
--- Code: ---Tokenizer::SetReplacementString(_T("_GLIBCXX_VISIBILITY"), _T("+"));
--- End code ---
Is this '+' character correct?
What does it do?
Explanation please and maybe a commit with a comment about it:)
Loaden:
--- Quote from: oBFusCATed on August 30, 2011, 05:00:55 pm ---
--- Code: ---Tokenizer::SetReplacementString(_T("_GLIBCXX_VISIBILITY"), _T("+"));
--- End code ---
Is this '+' character correct?
What does it do?
Explanation please and maybe a commit with a comment about it:)
--- End quote ---
Sorry for my poor english. I think I can't explain clear.
The "+" is a flag for macro replace.
And the replace result is:
_GLIBCXX_VISIBILITY(...any...thing...) -> none
See test.h for more information.
oBFusCATed:
Understood :lol:
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version