Skip to content

Fix a bunch of C++11 deprecation warnings

ThosRTanner requested to merge ThosRTanner/pan:c++11-deprecations into master

Note: The removal of binary_operator is OK, because only std::not2 requires it. Otherwise, it acheives nothing.

Merge request reports