sfinae when index out of range for param lists, better sfinae error messgages

This commit is contained in:
badair
2016-06-11 23:42:34 -05:00
parent 6254469086
commit eb4adf51f2
35 changed files with 185 additions and 339 deletions

View File

@@ -12,7 +12,7 @@ See interface.hpp in this directory for details.
#include <callable_traits/config.hpp>
#ifdef CALLABLE_TRAITS_MSVC
int main(){ return 0; }
#elif defined CALLABLE_TRAITS_GCC_OLDER_THAN_4_9_2
#elif defined CALLABLE_TRAITS_GCC_OLDER_THAN_5_0_0
int main(){ return 0; }
#else