mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
Initial Checkin
[SVN r8661]
This commit is contained in:
19
include/boost/type.hpp
Normal file
19
include/boost/type.hpp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
// (C) Copyright David Abrahams 2001. Permission to copy, use,
|
||||||
|
// modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided
|
||||||
|
// "as is" without express or implied warranty, and with no claim as
|
||||||
|
// to its suitability for any purpose.
|
||||||
|
|
||||||
|
#ifndef BOOST_TYPE_DWA20010120_HPP
|
||||||
|
# define BOOST_TYPE_DWA20010120_HPP
|
||||||
|
|
||||||
|
namespace boost {
|
||||||
|
|
||||||
|
// Just a simple "type envelope". Useful in various contexts, mostly to work
|
||||||
|
// around some MSVC deficiencies.
|
||||||
|
template <class T>
|
||||||
|
struct type {};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // BOOST_TYPE_DWA20010120_HPP
|
Reference in New Issue
Block a user