mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
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.
12 lines
440 B
C++
12 lines
440 B
C++
--- include/CTPP2SyscallFactory.hpp.orig 2012-08-02 07:22:44 UTC
|
|
+++ include/CTPP2SyscallFactory.hpp
|
|
@@ -104,8 +104,7 @@ class CTPP2DECL SyscallFactory (private)
|
|
@struct HandlerRefsSort SyscallFactory.hpp <SyscallFactory.hpp>
|
|
@brief Case-insensitive sorting functor
|
|
*/
|
|
- struct HandlerRefsSort:
|
|
- public STLW::binary_function<STLW::string, STLW::string, bool>
|
|
+ struct HandlerRefsSort
|
|
{
|
|
/**
|
|
@brief comparison operator
|