Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69874 - in sandbox/assign_v2/boost/assign/v2/put: fun modifier
From: erwann.rogard_at_[hidden]
Date: 2011-03-11 19:51:55


Author: e_r
Date: 2011-03-11 19:51:52 EST (Fri, 11 Mar 2011)
New Revision: 69874
URL: http://svn.boost.org/trac/boost/changeset/69874

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/put/fun/modulo.hpp (contents, props changed)
   sandbox/assign_v2/boost/assign/v2/put/modifier/modulo.hpp (contents, props changed)

Added: sandbox/assign_v2/boost/assign/v2/put/fun/modulo.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/fun/modulo.hpp 2011-03-11 19:51:52 EST (Fri, 11 Mar 2011)
@@ -0,0 +1,16 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PUT_FUN_MODULO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FUN_MODULO_ER_2010_HPP
+#include <boost/assign/v2/put/fun/modulo/keyword.hpp>
+#include <boost/assign/v2/put/fun/modulo/make.hpp>
+#include <boost/assign/v2/put/fun/modulo/meta.hpp>
+
+#endif
\ No newline at end of file

Added: sandbox/assign_v2/boost/assign/v2/put/modifier/modulo.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/modifier/modulo.hpp 2011-03-11 19:51:52 EST (Fri, 11 Mar 2011)
@@ -0,0 +1,17 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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_PUT_MODIFIER_MODULO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_MODIFIER_MODULO_ER_2010_HPP
+#include <boost/assign/v2/put/modifier/modulo/keyword.hpp>
+#include <boost/assign/v2/put/modifier/modulo/make.hpp>
+#include <boost/assign/v2/put/modifier/modulo/meta.hpp>
+#include <boost/assign/v2/put/modifier/modulo/standard.hpp>
+
+#endif


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