summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/intrusive/test/has_member_function_callable_with_no_decltype.cpp
blob: 98037ba1be8ad7fdfdf7ebb6030f1492057f41bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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