sfinae.hpp 421 B

12345678910111213
  1. // Copyright David Abrahams 2004. Distributed under the Boost
  2. // Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #ifndef SFINAE_DWA2004723_HPP
  5. # define SFINAE_DWA2004723_HPP
  6. # include <boost/python/detail/prefix.hpp>
  7. # if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC)
  8. # define BOOST_PYTHON_NO_SFINAE
  9. # endif
  10. #endif // SFINAE_DWA2004723_HPP