00001 // (C) Copyright David Abrahams 2001. Permission to copy, use, 00002 // modify, sell and distribute this software is granted provided this 00003 // copyright notice appears in all copies. This software is provided 00004 // "as is" without express or implied warranty, and with no claim as 00005 // to its suitability for any purpose. 00006 00007 #ifndef BOOST_TYPE_DWA20010120_HPP 00008 # define BOOST_TYPE_DWA20010120_HPP 00009 00010 namespace boost { 00011 00012 // Just a simple "type envelope". Useful in various contexts, mostly to work 00013 // around some MSVC deficiencies. 00014 template <class T> 00015 struct type {}; 00016 00017 } 00018 00019 #endif // BOOST_TYPE_DWA20010120_HPP
1.5.1