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
Looking at documentation, one might think erase_if works in the namespace directly, i.e. boost::erase_if(...), however the current implementation will only compile inside unordered namespace currently boost::unordered::erase_if(...)
The text was updated successfully, but these errors were encountered:
Looking at documentation, one might think erase_if works in the namespace directly, i.e.
boost::erase_if(...)
, however the current implementation will only compile inside unordered namespace currentlyboost::unordered::erase_if(...)
The text was updated successfully, but these errors were encountered: