Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 09:34:15

0001 // -------------------------------------
0002 //
0003 //           (C) Copyright Gennaro Prota 2003.
0004 //
0005 // Distributed under the Boost Software License, Version 1.0.
0006 //    (See accompanying file LICENSE_1_0.txt or copy at
0007 //          http://www.boost.org/LICENSE_1_0.txt)
0008 //
0009 // ------------------------------------------------------
0010 
0011 #ifndef BOOST_NON_TYPE_HPP_GP_20030417
0012 #define BOOST_NON_TYPE_HPP_GP_20030417
0013 
0014 
0015 namespace boost {
0016 
0017   // Just a simple "envelope" for non-type template parameters. Useful
0018   // to work around some MSVC deficiencies.
0019 
0020  template <typename T, T n>
0021  struct non_type { };
0022 
0023 
0024 }
0025 
0026 
0027 #endif // include guard