Remove use of deprecated std::binary_function (#64)

std::binary_function is deprecated and will be removed in c++17. This replaces
the use of that interface with the corresponding using directives.

Co-authored-by: bneradt <bneradt@yahooinc.com>
1 file changed
tree: 00756cf1f7acb9eea811b776e7071e8581ca510d
  1. .idea/
  2. code/
  3. doc/
  4. example/
  5. tools/
  6. unit_tests/
  7. .clang-format
  8. .gitignore
  9. CMakeLists.txt
  10. LICENSE
  11. Makefile
  12. Pipfile
  13. README.md
  14. Sconstruct
README.md

libswoc

Solid Wall of C++ Library. Documentation.