Goodbye Boost, hello C++11
3 lutego 2013 00:46
As of February 2013 the Boost dependency is ditched in favour of the new standard - C++11. Aquila no longer requires Boost, which simplifies initial setup (especially on Windows), but there is a cost. You have to use a relatively modern C++ compiler to build the library. This includes gcc >= 4.5, MS Visual Studio >= 2010 or clang >= 3.1.
« Return to list