kheaactua / SFINAE-test-detect_member_function

SFINAE is annoying. Making a repo saving working examples of detecting a member function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFINAE-test-detect_member_function

SFINAE is annoying. Making a repo saving working examples of detecting a member function. This relies on Boost TTI, which was recommended in SFINAE Hell: detecting template methods

Tested with:

  • clang++ 5.0.1
  • g++ 4.8
  • Visual Studio 12 2013

About

SFINAE is annoying. Making a repo saving working examples of detecting a member function


Languages

Language:C++ 81.0%Language:CMake 19.0%