sl@0: // Copyright David Abrahams 2004. Distributed under the Boost sl@0: // Software License, Version 1.0. (See accompanying sl@0: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: #ifndef SFINAE_DWA2004723_HPP sl@0: # define SFINAE_DWA2004723_HPP sl@0: sl@0: # include sl@0: sl@0: # if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC) sl@0: # define BOOST_PYTHON_NO_SFINAE sl@0: # endif sl@0: sl@0: #endif // SFINAE_DWA2004723_HPP