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:
extern "C++" {
void test() {}
}

tes|


test demo 2:
#include <exception>
std::|


In current, CC only parser ' extern "C" ' and skip parser ' extern "C++" '


[attachment deleted by admin]