Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost/python/detail/sfinae.hpp @ 20

Last change on this file since 20 was 12, checked in by landauf, 18 years ago

added boost

  • Property svn:executable set to *
File size: 421 bytes
Line 
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
7# include <boost/python/detail/prefix.hpp>
8
9# if defined(BOOST_NO_SFINAE) && !defined(BOOST_MSVC)
10#  define BOOST_PYTHON_NO_SFINAE
11# endif
12
13#endif // SFINAE_DWA2004723_HPP
Note: See TracBrowser for help on using the repository browser.