Remove unary/binary_function from examples/documentation

They are being removed from the standard in C++17, and were never really
required.
This commit is contained in:
Daniel James
2016-11-06 10:19:17 +00:00
parent a7546e298e
commit 3db4654b44
3 changed files with 0 additions and 5 deletions

View File

@@ -18,7 +18,6 @@
}
struct point_hash
: std::unary_function<point, std::size_t>
{
std::size_t operator()(point const& p) const
{