]> git.lyx.org Git - lyx.git/blob - boost/boost/non_type.hpp
Boost 1.31.0
[lyx.git] / boost / boost / non_type.hpp
1 // (C) Copyright Gennaro Prota 2003. Permission to copy, use,
2 // modify, sell and distribute this software is granted provided this
3 // copyright notice appears in all copies. This software is provided
4 // "as is" without express or implied warranty, and with no claim as
5 // to its suitability for any purpose.
6
7
8 #ifndef BOOST_NON_TYPE_HPP_GP_20030417
9 #define BOOST_NON_TYPE_HPP_GP_20030417
10
11
12 namespace boost {
13
14   // Just a simple "envelope" for non-type template parameters. Useful
15   // to work around some MSVC deficiencies.
16
17  template <typename T, T n>
18  struct non_type { };
19
20
21 }
22
23
24 #endif // include guard