0
我將我的代碼移植到xlC。
想知道xlC是否支持forward_list?
我試圖與測試程序xlc支持forward_list
#include <forward_list>
#include <iostream>
int main()
{
std::forward_list<int> fl;
std::cout<<"Hello";
return 0;
}
在方xIC它編譯於克細++但是給errror。
嘗試以下編譯行:
方xIC forward_list_test.cpp
方xIC -D __IBMCPP_TR1__ forward_list_test.cpp
但誤差是相同的:
「forward_list_test.cpp」,線路1.10:1540-0836(S)#包括文件未找到。
如果它的支持,我們需要添加額外的東西來編譯它?
注意:使用xlC 11