blob: 98037ba1be8ad7fdfdf7ebb6030f1492057f41bd [file] [log] [blame]
#include <boost/config.hpp>
#ifndef BOOST_NO_CXX11_DECLTYPE
# define BOOST_NO_CXX11_DECLTYPE
# include "has_member_function_callable_with.cpp"
#else
int main()
{
return 0;
}
#endif