Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
A bug in handling #define
blueshake:
haha,you are right. :D
--- Code: ---if (!m_Str.IsEmpty())
m_Str << _T(" ");
m_Str << m_Tokenizer.ReadToEOL();
--- End code ---
MortenMacFly:
--- Quote from: blueshake on February 18, 2010, 09:29:12 am ---haha,you are right. :D
--- End quote ---
Probably this or the other patch of yours makes the total number of tokens to decrease from 138000 to 119000 in my C::B project. This doesn't look good to me.
MortenMacFly:
--- Quote from: MortenMacFly on February 18, 2010, 03:32:46 pm ---This doesn't look good to me.
--- End quote ---
It seems that all "simple" defines like:
#define BOOST_ALIGNED_STORAGE_HPP
are lost now.
blueshake:
this one cause the issue.I will check into it.
blueshake:
Ok,it seems I have solve this.I will update it when I get my machine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version