mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-09 11:02:29 +00:00
sfinae when index out of range for param lists, better sfinae error messgages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user