]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/intrusive/test/callable_with_no_decltype.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / intrusive / test / callable_with_no_decltype.cpp
1 #include <boost/config.hpp>
2
3 #ifndef BOOST_NO_CXX11_DECLTYPE
4 # define BOOST_NO_CXX11_DECLTYPE
5 # include "callable_with.cpp"
6 #else
7 int main()
8 {
9 return 0;
10 }
11 #endif
12