is just a simple string"); std::cout << "simpleString = " << simpleString << std::endl << std:::endl;
}
Linux 4.5.7-202.fc23.x86_64 #1 SMP Tue Jun 28 18:22:51 UTC 2016 x86_64 GNU
我的系统编译器(gcc42)可以很好地处理我想要的TR1特性,但是尝试支持更新的编译器版本而不是系统,试图访问TR1标头--因为它与库或类似的集线器接口方式--要求-std=c++0x选项出现#错误。This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler使用我的系统编译器(g++ 4.2默认方言):using
我正在尝试执行以下操作:dest = new int[10];但是,编译器会报告以下错误。copy.cpp:5434:14: error: ‘begin’ is not a member of ‘std’
copy.cpp:5434:44: error: ‘end’ is not a memberof ‘std</