Displaying 1 result from an estimated 1 matches for "is_class_help".
Did you mean:
is_class_helper
2014 Dec 17
5
[LLVMdev] How to figure out what #includes are needed?
...ded from /usr/local/include/llvm/Support/CBindingWrapping.h:17:
In file included from /usr/local/include/llvm/Support/Casting.h:18:
/usr/local/include/llvm/Support/type_traits.h:48:33: error: functions that differ only in their return type cannot be overloaded
template<typename T> double is_class_helper(...);
^
/usr/local/include/llvm/Support/type_traits.h:47:31: note: previous declaration is here
template<typename T> char is_class_helper(void(T::*)());
^
-------------------------------------------------------------------...