Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // Copyright David Abrahams 2002.
0002 // Distributed under the Boost Software License, Version 1.0. (See
0003 // accompanying file LICENSE_1_0.txt or copy at
0004 // http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 // DEPRECATED HEADER (2006 Jan 12)
0007 // Provided only for backward compatibility.
0008 // The boost::python::len() function is now defined in object.hpp.
0009 
0010 #ifndef BOOST_PYTHON_API_PLACE_HOLDER_HPP
0011 #define BOOST_PYTHON_API_PLACE_HOLDER_HPP
0012 
0013 #include <boost/python/object.hpp>
0014 
0015 #endif // BOOST_PYTHON_API_PLACE_HOLDER_HPP