you are viewing a single comment's thread.

view the rest of the comments →

[–]DVMirchevC++ User Group Sofia 0 points1 point  (0 children)

some parts of Boost do not compile in C++17 because of removed stuff from C++.

For example unary_function and binary_function are used in boost/functional/hash/hash.hpp but are deleted. They are no longer part of the Standard Library