Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:38

0001 // Copyright David Abrahams 2004. Distributed under the Boost
0002 // Software License, Version 1.0. (See accompanying
0003 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0004 #ifndef SFINAE_DWA2004723_HPP
0005 # define SFINAE_DWA2004723_HPP
0006 
0007 # include <boost/python/detail/prefix.hpp>
0008 
0009 # if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC)
0010 #  define BOOST_PYTHON_NO_SFINAE
0011 # endif
0012 
0013 #endif // SFINAE_DWA2004723_HPP