]> git.lyx.org Git - lyx.git/blob - boost/boost/type.hpp
complie fix
[lyx.git] / boost / boost / type.hpp
1 // (C) Copyright David Abrahams 2001. 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 #ifndef BOOST_TYPE_DWA20010120_HPP
8 # define BOOST_TYPE_DWA20010120_HPP
9
10 namespace boost {
11
12   // Just a simple "type envelope". Useful in various contexts, mostly to work
13   // around some MSVC deficiencies.
14   template <class T>
15   struct type {};
16
17 }
18
19 #endif // BOOST_TYPE_DWA20010120_HPP