$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69919 - sandbox/assign_v2/boost/assign/v2/detail/pp
From: erwann.rogard_at_[hidden]
Date: 2011-03-13 08:46:54
Author: e_r
Date: 2011-03-13 08:46:50 EDT (Sun, 13 Mar 2011)
New Revision: 69919
URL: http://svn.boost.org/trac/boost/changeset/69919
Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/detail/pp/ignore.hpp   (contents, props changed)
Added: sandbox/assign_v2/boost/assign/v2/detail/pp/ignore.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/detail/pp/ignore.hpp	2011-03-13 08:46:50 EDT (Sun, 13 Mar 2011)
@@ -0,0 +1,15 @@
+////////////////////////////////////////////////////////////////////////////
+//  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_PP_IGNORE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_DETAIL_PP_IGNORE_ER_2010_HPP
+
+#define BOOST_ASSIGN_V2_IGNORE(x)
+
+#endif // BOOST_ASSIGN_V2_DETAIL_PP_IGNORE_ER_2010_HPP
\ No newline at end of file