Warning, /frameworks/syntax-highlighting/autotests/input/highlight_objectivecxx.mm is written in an unsupported language. File is not indexed.

0001 #include <cstdio>
0002 
0003 #import <Fondation/Fondation.h>
0004 
0005 void cxx_method(const std::string &myText)
0006 {
0007         NSString *string = [NSString stringWithCString:myText.c_str()
0008                                                   encoding:[NSString defaultCStringEncoding]];
0009         NSLog(@"String:%@",string);
0010 }