~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/type_traits/detail/size_t_trait_def.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
// (See accompanying file LICENSE_1_0.txt or copy at 
8
8
// http://www.boost.org/LICENSE_1_0.txt)
9
9
 
10
 
// $Source: /cvsroot/boost/boost/boost/type_traits/detail/size_t_trait_def.hpp,v $
11
 
// $Date: 2005/01/30 15:47:45 $
12
 
// $Revision: 1.8 $
 
10
// $Source$
 
11
// $Date: 2005-08-25 12:27:28 -0400 (Thu, 25 Aug 2005) $
 
12
// $Revision: 30670 $
13
13
 
14
14
#include <boost/type_traits/detail/template_arity_spec.hpp>
15
15
#include <boost/type_traits/integral_constant.hpp>
18
18
 
19
19
#include <cstddef>
20
20
 
21
 
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1200
 
21
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1300
22
22
#   define BOOST_TT_AUX_SIZE_T_BASE(C) ::boost::integral_constant<std::size_t,C>
23
23
#   define BOOST_TT_AUX_SIZE_T_TRAIT_VALUE_DECL(C) /**/
24
24
#else