fix doc example typo
[boost.git] / boost / type.hpp
blobab81c916d7704cc5fff4f8078dc90cd24262a6d5
1 // (C) Copyright David Abrahams 2001.
2 // Distributed under the Boost Software License, Version 1.0. (See
3 // accompanying file LICENSE_1_0.txt or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
6 #ifndef BOOST_TYPE_DWA20010120_HPP
7 # define BOOST_TYPE_DWA20010120_HPP
9 namespace boost {
11 // Just a simple "type envelope". Useful in various contexts, mostly to work
12 // around some MSVC deficiencies.
13 template <class T>
14 struct type {};
18 #endif // BOOST_TYPE_DWA20010120_HPP