New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
type.hpp in vendors/XIOS/current/extern/boost/include/boost – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/type.hpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 481 bytes
Line 
1// (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
6#ifndef BOOST_TYPE_DWA20010120_HPP
7# define BOOST_TYPE_DWA20010120_HPP
8
9namespace boost {
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
18#endif // BOOST_TYPE_DWA20010120_HPP
Note: See TracBrowser for help on using the repository browser.