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
PyBind11 is a header-only boost-like C++ library for Python bindings. It'd be nice to reduce our reliance on boost where possible, especially now that we've moved on to shiny new GCC 4.8.5 and C++11.
yaml-cpp 0.6.0+ doesn't rely on boost either (as long as it's compiled with C++11).
The text was updated successfully, but these errors were encountered:
PyBind11 is a header-only boost-like C++ library for Python bindings. It'd be nice to reduce our reliance on boost where possible, especially now that we've moved on to shiny new GCC 4.8.5 and C++11.
yaml-cpp 0.6.0+ doesn't rely on boost either (as long as it's compiled with C++11).
The text was updated successfully, but these errors were encountered: