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