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++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
相关推荐