• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <boost/config.hpp>
2 
3 #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
4 #  define BOOST_NO_CXX11_VARIADIC_TEMPLATES
5 #  include "has_member_function_callable_with.cpp"
6 #else
main()7    int main()
8    {
9       return 0;
10    }
11 #endif
12 
13