blob: 89b35f92822fd05b7f287bbd8c8026f6af261f60 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// (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)
5
Jeff Thompson2491bd62013-10-15 17:10:24 -07006#ifndef NDNBOOST_TYPE_NDNBOOST_DWA20010120_HPP
7# define NDNBOOST_TYPE_NDNBOOST_DWA20010120_HPP
Jeff Thompsonf7d49942013-08-01 16:47:40 -07008
9namespace ndnboost {
10
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 {};
15
16}
17
Jeff Thompson2491bd62013-10-15 17:10:24 -070018#endif // NDNBOOST_TYPE_NDNBOOST_DWA20010120_HPP