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
We are currently relying on a number of Boost-based workarounds to implement certain features that are standard in C++11. Switch completely to C++11 to help de-Boost PCMSolver.
Notes on what to do:
Use lambdas instead of std::bind
CMake should check for availability of init capture when using lambdas
The text was updated successfully, but these errors were encountered:
We are currently relying on a number of Boost-based workarounds to implement certain features that are standard in C++11. Switch completely to C++11 to help de-Boost PCMSolver.
Notes on what to do:
std::bind
The text was updated successfully, but these errors were encountered: