]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/icl/type_traits/size.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / icl / type_traits / size.hpp
CommitLineData
7c673cae
FG
1/*-----------------------------------------------------------------------------+
2Copyright (c) 2008-2009: Joachim Faulhaber
3+------------------------------------------------------------------------------+
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENCE.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7+-----------------------------------------------------------------------------*/
8#ifndef BOOST_ICL_TYPE_TRAITS_SIZE_HPP_JOFA_080911
9#define BOOST_ICL_TYPE_TRAITS_SIZE_HPP_JOFA_080911
10
11namespace boost{ namespace icl
12{
13 template <class Type> struct size{ typedef std::size_t type; };
14}} // namespace boost icl
15
16#endif
17
18