Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / mpl / set / set0_c.hpp
blob7e7f77a960db08e34ad7827381cfabb9ee7d0734
2 #ifndef BOOST_MPL_SET_SET0_C_HPP_INCLUDED
3 #define BOOST_MPL_SET_SET0_C_HPP_INCLUDED
5 // Copyright Aleksey Gurtovoy 2003-2004
6 // Copyright David Abrahams 2003-2004
7 //
8 // Distributed under the Boost Software License, Version 1.0.
9 // (See accompanying file LICENSE_1_0.txt or copy at
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
14 // $Id$
15 // $Date$
16 // $Revision$
18 #include <boost/mpl/set/set0.hpp>
19 #include <boost/mpl/integral_c.hpp>
21 namespace boost { namespace mpl {
23 template< typename T > struct set0_c
24 : set0<>
26 typedef set0_c type;
27 typedef T value_type;
32 #endif // BOOST_MPL_SET_SET0_C_HPP_INCLUDED