Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71025 - trunk/libs/fusion/test/sequence
From: joel_at_[hidden]
Date: 2011-04-06 00:29:08


Author: djowel
Date: 2011-04-06 00:29:02 EDT (Wed, 06 Apr 2011)
New Revision: 71025
URL: http://svn.boost.org/trac/boost/changeset/71025

Log:
Fixes Ticket #5420
Text files modified:
   trunk/libs/fusion/test/sequence/tuple_make.cpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/fusion/test/sequence/tuple_make.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_make.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_make.cpp 2011-04-06 00:29:02 EDT (Wed, 06 Apr 2011)
@@ -2,14 +2,14 @@
     Copyright (c) 1999-2003 Jaakko Jarvi
     Copyright (c) 2001-2006 Joel de Guzman
 
- Distributed under the Boost Software License, Version 1.0. (See accompanying
+ Distributed under 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)
 ==============================================================================*/
 #include <boost/fusion/tuple.hpp>
 
-#define FUSION_SEQUENCE tuple
+#define FUSION_SEQUENCE boost::fusion::tuple
 #define FUSION_AT get
-#define FUSION_MAKE make_tuple
+#define FUSION_MAKE boost::fusion::make_tuple
 #include "make.hpp"
 
 int


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