]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/intrusive/test/has_member_function_callable_with_no_variadic.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / intrusive / test / has_member_function_callable_with_no_variadic.cpp
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
7 int main()
8 {
9 return 0;
10 }
11 #endif
12