has_member_function_callable_with_no_decltype.cpp 200 B

123456789101112
  1. #include <boost/config.hpp>
  2. #ifndef BOOST_NO_CXX11_DECLTYPE
  3. # define BOOST_NO_CXX11_DECLTYPE
  4. # include "has_member_function_callable_with.cpp"
  5. #else
  6. int main()
  7. {
  8. return 0;
  9. }
  10. #endif