|
||||
File indexing completed on 2024-11-15 09:34:17
0001 // (C) Copyright David Abrahams 2001. 0002 // Distributed under the Boost Software License, Version 1.0. (See 0003 // accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #ifndef BOOST_TYPE_DWA20010120_HPP 0007 # define BOOST_TYPE_DWA20010120_HPP 0008 0009 namespace boost { 0010 0011 // Just a simple "type envelope". Useful in various contexts, mostly to work 0012 // around some MSVC deficiencies. 0013 template <class T> 0014 struct type {}; 0015 0016 } 0017 0018 #endif // BOOST_TYPE_DWA20010120_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |