Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74427 - trunk/boost/fusion/sequence
From: joel_at_[hidden]
Date: 2011-09-16 23:14:12


Author: djowel
Date: 2011-09-16 23:14:12 EDT (Fri, 16 Sep 2011)
New Revision: 74427
URL: http://svn.boost.org/trac/boost/changeset/74427

Log:
Added default typedef mpl::false_ is_segmented;
Text files modified:
   trunk/boost/fusion/sequence/sequence_facade.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/fusion/sequence/sequence_facade.hpp
==============================================================================
--- trunk/boost/fusion/sequence/sequence_facade.hpp (original)
+++ trunk/boost/fusion/sequence/sequence_facade.hpp 2011-09-16 23:14:12 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 2001-2011 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)
 ==============================================================================*/
 #if !defined(FUSION_SEQUENCE_FACADE_09252006_1044)
@@ -21,6 +21,7 @@
         typedef Derived derived_type;
         typedef Category category;
         typedef IsView is_view;
+ typedef mpl::false_ is_segmented;
     };
 }}
 


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