Back to home page

EIC code displayed by LXR

 
 

    


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

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 FORCE_INSTANTIATE_DWA200265_HPP
0006 # define FORCE_INSTANTIATE_DWA200265_HPP
0007 
0008 namespace boost { namespace python { namespace detail { 
0009 
0010 // Allows us to force the argument to be instantiated without
0011 // incurring unused variable warnings
0012 
0013 template <class T>
0014 inline void force_instantiate(T const&) {}
0015 
0016 }}} // namespace boost::python::detail
0017 
0018 #endif // FORCE_INSTANTIATE_DWA200265_HPP