Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66673 - sandbox/statistics/support/boost/assign/v2/detail/config
From: erwann.rogard_at_[hidden]
Date: 2010-11-21 22:10:57


Author: e_r
Date: 2010-11-21 22:10:55 EST (Sun, 21 Nov 2010)
New Revision: 66673
URL: http://svn.boost.org/trac/boost/changeset/66673

Log:
minor supporting file to boost/assign/v2
Added:
   sandbox/statistics/support/boost/assign/v2/detail/config/tuple_limit_arity.hpp (contents, props changed)

Added: sandbox/statistics/support/boost/assign/v2/detail/config/tuple_limit_arity.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2/detail/config/tuple_limit_arity.hpp 2010-11-21 22:10:55 EST (Sun, 21 Nov 2010)
@@ -0,0 +1,18 @@
+//////////////////////////////////////////////////////////////////////////////
+// Boost.Assign v2 //
+// //
+// Copyright (C) 2003-2004 Thorsten Ottosen //
+// Copyright (C) 2010 Erwann Rogard //
+// Use, modification and distribution are subject to the //
+// Boost Software License, Version 1.0. (See accompanying file //
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
+//////////////////////////////////////////////////////////////////////////////
+#ifndef BOOST_ASSIGN_V2_DETAIL_CONFIG_TUPLE_LIMIT_ARITY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_DETAIL_CONFIG_TUPLE_LIMIT_ARITY_ER_2010_HPP
+#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#ifndef BOOST_ASSIGN_V2_CPP03_TUPLE_LIMIT_ARITY
+#define BOOST_ASSIGN_V2_CPP03_TUPLE_LIMIT_ARITY 10 // Do not override
+// Source: boost/tuple/detail/tuple_basic.hpp
+#endif // BOOST_ASSIGN_V2_CPP03_TUPLE_LIMIT_ARITY
+
+#endif // BOOST_ASSIGN_V2_DETAIL_CONFIG_TUPLE_LIMIT_ARITY_ER_2010_HPP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk