$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66683 - sandbox/statistics/support/boost/assign
From: erwann.rogard_at_[hidden]
Date: 2010-11-22 09:56:48
Author: e_r
Date: 2010-11-22 09:56:48 EST (Mon, 22 Nov 2010)
New Revision: 66683
URL: http://svn.boost.org/trac/boost/changeset/66683
Log:
boost/assign/v2 adding file container all #includes
Added:
   sandbox/statistics/support/boost/assign/v2.hpp   (contents, props changed)
Added: sandbox/statistics/support/boost/assign/v2.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/support/boost/assign/v2.hpp	2010-11-22 09:56:48 EST (Mon, 22 Nov 2010)
@@ -0,0 +1,19 @@
+//////////////////////////////////////////////////////////////////////////////
+//  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_ER_2010_HPP
+#define BOOST_ASSIGN_V2_ER_2010_HPP
+
+#include <boost/assign/v2/anon.hpp>
+#include <boost/assign/v2/chain.hpp>
+#include <boost/assign/v2/detail.hpp>
+#include <boost/assign/v2/put.hpp>
+#include <boost/assign/v2/ref.hpp>
+
+#endif