C++11 的 Inheriting constructors 特性在 GCC 4.8 以前的版本及 VS2013 中都没有支持,测试起来比较麻烦,所以搜集到了几个支持 GCC 4.8 及更高版本的在线编译器。
http://ideone.com/
http://coliru.stacked-crooked.com/
http://gcc.godbolt.org/
References:
http://isocpp.org/blog/2013/01/online-c-compilers
C++ 在线编译器(支持 C++11)
阅读 35
2023-09-17
C++11 的 Inheriting constructors 特性在 GCC 4.8 以前的版本及 VS2013 中都没有支持,测试起来比较麻烦,所以搜集到了几个支持 GCC 4.8 及更高版本的在线编译器。
http://ideone.com/
http://coliru.stacked-crooked.com/
http://gcc.godbolt.org/
References:
http://isocpp.org/blog/2013/01/online-c-compilers
相关推荐
精彩评论(0)