Chris@16: // Copyright David Abrahams 2004. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: #ifndef INDIRECT_TRAITS_DWA2004915_HPP Chris@16: # define INDIRECT_TRAITS_DWA2004915_HPP Chris@16: Chris@16: # include Chris@16: Chris@16: namespace boost { namespace python { Chris@16: namespace indirect_traits = boost::detail::indirect_traits; Chris@16: }} // namespace boost::python::detail Chris@16: Chris@16: #endif // INDIRECT_TRAITS_DWA2004915_HPP