Any online C++ compiler with Boost version to select?
Does anyone know of an online C++ compiler which does not only come with Boost but allows you to select the Boost version? While http://coliru.stacked-crooked.com/ comes with Boost 1.57.0, http://ideone.com/ and http://cpp.sh/ with 1.55.0 and http://codepad.org/ with 1.34.1 (really!), I can't even tell whether these websites support Boost explicitly or whether it's more of an accident that I can include Boost headers. :) http://isocpp.org/blog/2013/01/online-c-compilers also mentions http://liveworkspace.org/ and http://gcc.godbolt.org/. But I can't open these websites (not sure whether they are temporarily broken or gone for good?). Boris
Hi,
http://melpon.org/wandbox supports boost versions 1.47 up to 1.56 as well
as gcc and clang head.
Kris
On Mon, Feb 23, 2015 at 10:10 AM, Boris Schäling
Does anyone know of an online C++ compiler which does not only come with Boost but allows you to select the Boost version? While http://coliru.stacked-crooked.com/ comes with Boost 1.57.0, http://ideone.com/ and http://cpp.sh/ with 1.55.0 and http://codepad.org/ with 1.34.1 (really!), I can't even tell whether these websites support Boost explicitly or whether it's more of an accident that I can include Boost headers. :)
http://isocpp.org/blog/2013/01/online-c-compilers also mentions http://liveworkspace.org/ and http://gcc.godbolt.org/. But I can't open these websites (not sure whether they are temporarily broken or gone for good?).
Boris
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
Hi,
Wandbox has supported boost 1.57.0. It was updated just before:)
http://melpon.org/wandbox/permlink/itu3h7XTU0yXZvSo
Takatoshi Kondo
On Mon, Feb 23, 2015 at 7:49 PM, Krzysztof Jusiak
Hi,
http://melpon.org/wandbox supports boost versions 1.47 up to 1.56 as well as gcc and clang head.
Kris
On Mon, Feb 23, 2015 at 10:10 AM, Boris Schäling
wrote: Does anyone know of an online C++ compiler which does not only come with Boost but allows you to select the Boost version? While http://coliru.stacked-crooked.com/ comes with Boost 1.57.0, http://ideone.com/ and http://cpp.sh/ with 1.55.0 and http://codepad.org/ with 1.34.1 (really!), I can't even tell whether these websites support Boost explicitly or whether it's more of an accident that I can include Boost headers. :)
http://isocpp.org/blog/2013/01/online-c-compilers also mentions http://liveworkspace.org/ and http://gcc.godbolt.org/. But I can't open these websites (not sure whether they are temporarily broken or gone for good?).
Boris
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Mon, 23 Feb 2015 15:33:49 +0100, Takatoshi Kondo
Hi,
Wandbox has supported boost 1.57.0. It was updated just before:)
http://melpon.org/wandbox/permlink/itu3h7XTU0yXZvSo
Takatoshi Kondo
On Mon, Feb 23, 2015 at 7:49 PM, Krzysztof Jusiak
wrote: Hi,
http://melpon.org/wandbox supports boost versions 1.47 up to 1.56 as well as gcc and clang head.
Kris
Thank you both! Boris
[...]
participants (3)
-
Boris Schäling
-
Krzysztof Jusiak
-
Takatoshi Kondo