Back to home page

EIC code displayed by LXR

 
 

    


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

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 #ifndef TAG_DWA2002720_HPP
0006 # define TAG_DWA2002720_HPP
0007 
0008 # include <boost/python/detail/prefix.hpp>
0009 
0010 namespace boost { namespace python { 
0011 
0012 // used only to prevent argument-dependent lookup from finding the
0013 // wrong function in some cases. Cheaper than qualification.
0014 enum tag_t { tag };
0015 
0016 }} // namespace boost::python
0017 
0018 #endif // TAG_DWA2002720_HPP