1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 20:20:30 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Alexey Dokuchaev
465dc9cfc6 textproc/ctpp2: do not use one of the obsolete C++ features
Deriving from the `std::binary_function' base class template
was never really needed (it's just some seldom used typedefs)
and it had been deprecated since C++11 to be finally removed
in C++17.
2024-10-18 14:30:32 +00:00