1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/python/detail/sfinae.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,13 @@
1.4 +// Copyright David Abrahams 2004. Distributed under the Boost
1.5 +// Software License, Version 1.0. (See accompanying
1.6 +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1.7 +#ifndef SFINAE_DWA2004723_HPP
1.8 +# define SFINAE_DWA2004723_HPP
1.9 +
1.10 +# include <boost/python/detail/prefix.hpp>
1.11 +
1.12 +# if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC)
1.13 +# define BOOST_PYTHON_NO_SFINAE
1.14 +# endif
1.15 +
1.16 +#endif // SFINAE_DWA2004723_HPP