00001 // (C) Copyright David Abrahams 2001. 00002 // Distributed under the Boost Software License, Version 1.0. (See 00003 // accompanying file LICENSE_1_0.txt or copy at 00004 // http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef BOOST_TYPE_DWA20010120_HPP 00007 # define BOOST_TYPE_DWA20010120_HPP 00008 00009 namespace boost { 00010 00011 // Just a simple "type envelope". Useful in various contexts, mostly to work 00012 // around some MSVC deficiencies. 00013 template <class T> 00014 struct type {}; 00015 00016 } 00017 00018 #endif // BOOST_TYPE_DWA20010120_HPP
1.5.5