Text only
|
Text with Images
Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: Loaden on May 03, 2010, 02:26:17 PM
Title:
Fix a bug for ' extern "C++" '
Post by:
Loaden
on
May 03, 2010, 02:26:17 PM
test demo 1:
Code
Select
Expand
extern "C++" {
void test() {}
}
tes|
test demo 2:
Code
Select
Expand
#include <exception>
std::|
In current, CC only parser ' extern "C" ' and skip parser ' extern "C++" '
[attachment deleted by admin]
Text only
|
Text with Images