ports/textproc/ctpp2/files
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
..
patch-CMakeLists.txt
patch-include-CDT.hpp
patch-include_CTPP2SyscallFactory.hpp
patch-src-CDT.cpp
patch-src-CTPP2FileSourceLoader.cpp
patch-src-CTPP2StringIconvOutputCollector.cpp
patch-src-CTPP2Util.cpp
patch-src-CTPP2VM.cpp
patch-src-functions-FnIconv.cpp
patch-tests-CDTTest.cpp