Author Topic: Fix a bug for ' extern "C++" '  (Read 7475 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Fix a bug for ' extern "C++" '
« on: May 03, 2010, 02:26:17 pm »
test demo 1:
Code
extern "C++" {
void test() {}
}

tes|

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

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


[attachment deleted by admin]
« Last Edit: May 03, 2010, 02:29:06 pm by Loaden »