You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After requiring C++11 since 0.9.2, many of the Boost C++ features used are available from the STL.
With this, Boost can become an optional dependency to support certain data structures for clients, e.g., boost::array, in parallel to std::array, and boost::multi_array.
The text was updated successfully, but these errors were encountered:
After requiring C++11 since 0.9.2, many of the Boost C++ features used are available from the STL.
With this, Boost can become an optional dependency to support certain data structures for clients, e.g., boost::array, in parallel to
std::array
, andboost::multi_array
.The text was updated successfully, but these errors were encountered: