Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-20 07:31:14


Author: djowel
Date: 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
New Revision: 40209
URL: http://svn.boost.org/trac/boost/changeset/40209

Log:
phase2: refactoring for v2.1
Added:
   trunk/boost/fusion/container/
      - copied from r40204, /trunk/boost/fusion/sequence/container/
   trunk/boost/fusion/container.hpp
      - copied, changed from r40204, /trunk/boost/fusion/sequence/container.hpp
   trunk/boost/fusion/container/deque/
      - copied from r40208, /trunk/boost/fusion/sequence/container/deque/
   trunk/boost/fusion/container/deque.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/container/deque.hpp
   trunk/boost/fusion/container/ext_/
      - copied from r40208, /trunk/boost/fusion/sequence/container/ext_/
   trunk/boost/fusion/container/list/
      - copied from r40208, /trunk/boost/fusion/sequence/container/list/
   trunk/boost/fusion/container/list.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/container/list.hpp
   trunk/boost/fusion/container/map/
      - copied from r40208, /trunk/boost/fusion/sequence/container/map/
   trunk/boost/fusion/container/map.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/container/map.hpp
   trunk/boost/fusion/container/set/
      - copied from r40208, /trunk/boost/fusion/sequence/container/set/
   trunk/boost/fusion/container/set.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/container/set.hpp
   trunk/boost/fusion/container/vector/
      - copied from r40208, /trunk/boost/fusion/sequence/container/vector/
   trunk/boost/fusion/container/vector.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/container/vector.hpp
   trunk/boost/fusion/view/
      - copied from r40204, /trunk/boost/fusion/sequence/view/
   trunk/boost/fusion/view.hpp
      - copied, changed from r40204, /trunk/boost/fusion/sequence/view.hpp
   trunk/boost/fusion/view/ext_/
      - copied from r40208, /trunk/boost/fusion/sequence/view/ext_/
   trunk/boost/fusion/view/filter_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/filter_view/
   trunk/boost/fusion/view/filter_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/filter_view.hpp
   trunk/boost/fusion/view/iterator_range/
      - copied from r40208, /trunk/boost/fusion/sequence/view/iterator_range/
   trunk/boost/fusion/view/iterator_range.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/iterator_range.hpp
   trunk/boost/fusion/view/joint_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/joint_view/
   trunk/boost/fusion/view/joint_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/joint_view.hpp
   trunk/boost/fusion/view/repetitive_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/repetitive_view/
   trunk/boost/fusion/view/repetitive_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/repetitive_view.hpp
   trunk/boost/fusion/view/reverse_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/reverse_view/
   trunk/boost/fusion/view/reverse_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/reverse_view.hpp
   trunk/boost/fusion/view/single_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/single_view/
   trunk/boost/fusion/view/single_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/single_view.hpp
   trunk/boost/fusion/view/transform_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/transform_view/
   trunk/boost/fusion/view/transform_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/transform_view.hpp
   trunk/boost/fusion/view/zip_view/
      - copied from r40208, /trunk/boost/fusion/sequence/view/zip_view/
   trunk/boost/fusion/view/zip_view.hpp
      - copied, changed from r40208, /trunk/boost/fusion/sequence/view/zip_view.hpp
Removed:
   trunk/boost/fusion/sequence/container/
   trunk/boost/fusion/sequence/container.hpp
   trunk/boost/fusion/sequence/view/
   trunk/boost/fusion/sequence/view.hpp
Text files modified:
   trunk/boost/fusion/algorithm/query/ext_/find_if_s.hpp | 6 +++---
   trunk/boost/fusion/algorithm/transformation/clear.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/erase.hpp | 6 +++---
   trunk/boost/fusion/algorithm/transformation/filter.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/filter_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/insert.hpp | 8 ++++----
   trunk/boost/fusion/algorithm/transformation/insert_range.hpp | 6 +++---
   trunk/boost/fusion/algorithm/transformation/join.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/pop_back.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/pop_front.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/push_back.hpp | 4 ++--
   trunk/boost/fusion/algorithm/transformation/push_front.hpp | 4 ++--
   trunk/boost/fusion/algorithm/transformation/remove.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/remove_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/replace.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/replace_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/reverse.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/transform.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/zip.hpp | 4 ++--
   trunk/boost/fusion/container.hpp | 10 +++++-----
   trunk/boost/fusion/container/deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/back_extended_deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/deque.hpp | 24 ++++++++++++------------
   trunk/boost/fusion/container/deque/deque_fwd.hpp | 2 +-
   trunk/boost/fusion/container/deque/deque_iterator.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp | 6 +++---
   trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/front_extended_deque.hpp | 2 +-
   trunk/boost/fusion/container/ext_/tree.hpp | 8 ++++----
   trunk/boost/fusion/container/list.hpp | 10 +++++-----
   trunk/boost/fusion/container/list/cons.hpp | 12 ++++++------
   trunk/boost/fusion/container/list/cons_iterator.hpp | 10 +++++-----
   trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/list_to_cons.hpp | 6 +++---
   trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp | 2 +-
   trunk/boost/fusion/container/list/list.hpp | 6 +++---
   trunk/boost/fusion/container/list/list_fwd.hpp | 2 +-
   trunk/boost/fusion/container/map.hpp | 6 +++---
   trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/map_lookup.hpp | 11 +++++------
   trunk/boost/fusion/container/map/limits.hpp | 2 +-
   trunk/boost/fusion/container/map/map.hpp | 18 +++++++++---------
   trunk/boost/fusion/container/map/map_fwd.hpp | 2 +-
   trunk/boost/fusion/container/set.hpp | 6 +++---
   trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/set_lookup.hpp | 11 +++++------
   trunk/boost/fusion/container/set/limits.hpp | 2 +-
   trunk/boost/fusion/container/set/set.hpp | 18 +++++++++---------
   trunk/boost/fusion/container/set/set_fwd.hpp | 2 +-
   trunk/boost/fusion/container/vector.hpp | 18 +++++++++---------
   trunk/boost/fusion/container/vector/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp | 14 +++++++-------
   trunk/boost/fusion/container/vector/vector.hpp | 6 +++---
   trunk/boost/fusion/container/vector/vector10.hpp | 10 +++++-----
   trunk/boost/fusion/container/vector/vector20.hpp | 10 +++++-----
   trunk/boost/fusion/container/vector/vector30.hpp | 10 +++++-----
   trunk/boost/fusion/container/vector/vector40.hpp | 10 +++++-----
   trunk/boost/fusion/container/vector/vector50.hpp | 10 +++++-----
   trunk/boost/fusion/container/vector/vector_fwd.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector_iterator.hpp | 14 +++++++-------
   trunk/boost/fusion/functional/adapter/limits.hpp | 2 +-
   trunk/boost/fusion/functional/adapter/unfused_generic.hpp | 2 +-
   trunk/boost/fusion/functional/adapter/unfused_lvalue_args.hpp | 2 +-
   trunk/boost/fusion/functional/adapter/unfused_rvalue_args.hpp | 2 +-
   trunk/boost/fusion/functional/adapter/unfused_typed.hpp | 2 +-
   trunk/boost/fusion/include/joint_view.hpp | 2 +-
   trunk/boost/fusion/include/list.hpp | 2 +-
   trunk/boost/fusion/include/single_view.hpp | 2 +-
   trunk/boost/fusion/include/transform_view.hpp | 2 +-
   trunk/boost/fusion/include/vector.hpp | 2 +-
   trunk/boost/fusion/sequence.hpp | 2 --
   trunk/boost/fusion/sequence/conversion/as_deque.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/as_list.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/as_map.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/as_set.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/as_vector.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/detail/as_deque.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/detail/as_map.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/detail/as_set.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/detail/as_vector.hpp | 2 +-
   trunk/boost/fusion/sequence/conversion/detail/build_cons.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/cons_tie.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/deque_tie.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/list_tie.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_cons.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_deque.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_list.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_map.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_set.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/make_vector.hpp | 2 +-
   trunk/boost/fusion/sequence/generation/map_tie.hpp | 4 ++--
   trunk/boost/fusion/sequence/generation/vector_tie.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/mpl/detail/clear.hpp | 10 +++++-----
   trunk/boost/fusion/sequence/intrinsic/swap.hpp | 2 +-
   trunk/boost/fusion/tuple/tuple.hpp | 2 +-
   trunk/boost/fusion/tuple/tuple_fwd.hpp | 2 +-
   trunk/boost/fusion/view.hpp | 12 ++++++------
   trunk/boost/fusion/view/ext_/segmented_iterator.hpp | 4 ++--
   trunk/boost/fusion/view/ext_/segmented_iterator_range.hpp | 14 +++++++-------
   trunk/boost/fusion/view/filter_view.hpp | 4 ++--
   trunk/boost/fusion/view/filter_view/filter_view.hpp | 8 ++++----
   trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp | 8 ++++----
   trunk/boost/fusion/view/iterator_range.hpp | 2 +-
   trunk/boost/fusion/view/iterator_range/iterator_range.hpp | 8 ++++----
   trunk/boost/fusion/view/joint_view.hpp | 4 ++--
   trunk/boost/fusion/view/joint_view/joint_view.hpp | 6 +++---
   trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp | 6 +++---
   trunk/boost/fusion/view/repetitive_view.hpp | 4 ++--
   trunk/boost/fusion/view/repetitive_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/repetitive_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/repetitive_view/repetitive_view.hpp | 4 ++--
   trunk/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp | 6 +++---
   trunk/boost/fusion/view/reverse_view.hpp | 4 ++--
   trunk/boost/fusion/view/reverse_view/reverse_view.hpp | 6 +++---
   trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp | 12 ++++++------
   trunk/boost/fusion/view/single_view.hpp | 4 ++--
   trunk/boost/fusion/view/single_view/single_view.hpp | 6 +++---
   trunk/boost/fusion/view/single_view/single_view_iterator.hpp | 6 +++---
   trunk/boost/fusion/view/transform_view.hpp | 4 ++--
   trunk/boost/fusion/view/transform_view/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/transform_view.hpp | 12 ++++++------
   trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp | 14 +++++++-------
   trunk/boost/fusion/view/zip_view.hpp | 4 ++--
   trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/zip_view.hpp | 12 ++++++------
   trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp | 16 ++++++++--------
   trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp | 2 +-
   147 files changed, 339 insertions(+), 343 deletions(-)

Modified: trunk/boost/fusion/algorithm/query/ext_/find_if_s.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/ext_/find_if_s.hpp (original)
+++ trunk/boost/fusion/algorithm/query/ext_/find_if_s.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,10 +14,10 @@
 #include <boost/utility/enable_if.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/fusion/algorithm/query/find_if.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons.hpp>
 #include <boost/fusion/sequence/intrinsic/ext_/segments.hpp>
-#include <boost/fusion/sequence/view/ext_/segmented_iterator.hpp>
-#include <boost/fusion/sequence/view/ext_/segmented_iterator_range.hpp>
+#include <boost/fusion/view/ext_/segmented_iterator.hpp>
+#include <boost/fusion/view/ext_/segmented_iterator_range.hpp>
 #include <boost/fusion/support/ext_/is_segmented.hpp>
 
 // fwd declarations

Modified: trunk/boost/fusion/algorithm/transformation/clear.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/clear.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/clear.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_CLEAR_09172005_1127)
 #define FUSION_CLEAR_09172005_1127
 
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/erase.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/erase.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/erase.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,9 +9,9 @@
 
 #include <boost/fusion/iterator/equal_to.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/filter.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/filter.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/filter.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_FILTER_02122005_1839)
 #define FUSION_FILTER_02122005_1839
 
-#include <boost/fusion/sequence/view/filter_view/filter_view.hpp>
+#include <boost/fusion/view/filter_view/filter_view.hpp>
 #include <boost/type_traits/is_same.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/algorithm/transformation/filter_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/filter_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/filter_if.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_FILTER_IF_07172005_0818)
 #define FUSION_FILTER_IF_07172005_0818
 
-#include <boost/fusion/sequence/view/filter_view/filter_view.hpp>
+#include <boost/fusion/view/filter_view/filter_view.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/insert.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/insert.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/insert.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,10 +9,10 @@
 
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/single_view/single_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/single_view/single_view.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/insert_range.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/insert_range.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/insert_range.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,9 +8,9 @@
 #define FUSION_INSERT_RANGE_009172005_1147
 
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/join.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/join.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/join.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_JOIN_200601222109)
 #define FUSION_JOIN_200601222109
 
-#include <boost/fusion/sequence/view/joint_view.hpp>
+#include <boost/fusion/view/joint_view.hpp>
 
 namespace boost { namespace fusion {
 

Modified: trunk/boost/fusion/algorithm/transformation/pop_back.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/pop_back.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/pop_back.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_POP_BACK_09172005_1038)
 #define FUSION_POP_BACK_09172005_1038
 
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/iterator/prior.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/pop_front.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/pop_front.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/pop_front.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_POP_FRONT_09172005_1115)
 #define FUSION_POP_FRONT_09172005_1115
 
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/iterator/next.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/push_back.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/push_back.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/push_back.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,8 +8,8 @@
 #define FUSION_PUSH_BACK_07162005_0235
 
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/single_view/single_view.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/single_view/single_view.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/push_front.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/push_front.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/push_front.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,8 +8,8 @@
 #define FUSION_PUSH_FRONT_07162005_0749
 
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/single_view/single_view.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/single_view/single_view.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/remove.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/remove.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/remove.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_REMOVE_07162005_0818)
 #define FUSION_REMOVE_07162005_0818
 
-#include <boost/fusion/sequence/view/filter_view/filter_view.hpp>
+#include <boost/fusion/view/filter_view/filter_view.hpp>
 #include <boost/mpl/not.hpp>
 #include <boost/type_traits/is_same.hpp>
 

Modified: trunk/boost/fusion/algorithm/transformation/remove_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/remove_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/remove_if.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_REMOVE_IF_07162005_0818)
 #define FUSION_REMOVE_IF_07162005_0818
 
-#include <boost/fusion/sequence/view/filter_view/filter_view.hpp>
+#include <boost/fusion/view/filter_view/filter_view.hpp>
 #include <boost/mpl/not.hpp>
 #include <boost/type_traits/is_same.hpp>
 

Modified: trunk/boost/fusion/algorithm/transformation/replace.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/replace.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/replace.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_REPLACE_08182005_0830)
 #define FUSION_REPLACE_08182005_0830
 
-#include <boost/fusion/sequence/view/transform_view/transform_view.hpp>
+#include <boost/fusion/view/transform_view/transform_view.hpp>
 #include <boost/fusion/algorithm/transformation/detail/replace.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/algorithm/transformation/replace_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/replace_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/replace_if.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_REPLACE_IF_08182005_0939)
 #define FUSION_REPLACE_IF_08182005_0939
 
-#include <boost/fusion/sequence/view/transform_view/transform_view.hpp>
+#include <boost/fusion/view/transform_view/transform_view.hpp>
 #include <boost/fusion/algorithm/transformation/detail/replace_if.hpp>
 #include <boost/utility/enable_if.hpp>
 #include <boost/type_traits/is_same.hpp>

Modified: trunk/boost/fusion/algorithm/transformation/reverse.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/reverse.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/reverse.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_REVERSE_07212005_1230)
 #define FUSION_REVERSE_07212005_1230
 
-#include <boost/fusion/sequence/view/reverse_view/reverse_view.hpp>
+#include <boost/fusion/view/reverse_view/reverse_view.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/transform.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/transform.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/transform.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_TRANSFORM_07052005_1057)
 #define FUSION_TRANSFORM_07052005_1057
 
-#include <boost/fusion/sequence/view/transform_view/transform_view.hpp>
+#include <boost/fusion/view/transform_view/transform_view.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/algorithm/transformation/zip.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/zip.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/zip.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,9 +9,9 @@
 #if !defined(FUSION_ZIP_HPP_20060125_2058)
 #define FUSION_ZIP_HPP_20060125_2058
 
-#include <boost/fusion/sequence/view/zip_view.hpp>
+#include <boost/fusion/view/zip_view.hpp>
 #include <boost/fusion/sequence/adapted/mpl.hpp>
-#include <boost/fusion/sequence/container/vector.hpp>
+#include <boost/fusion/container/vector.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
 #include <boost/type_traits/add_reference.hpp>
 #include <boost/preprocessor/repetition/enum.hpp>

Copied: trunk/boost/fusion/container.hpp (from r40204, /trunk/boost/fusion/sequence/container.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container.hpp (original)
+++ trunk/boost/fusion/container.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,10 +7,10 @@
 #if !defined(FUSION_SEQUENCE_CLASS_10022005_0614)
 #define FUSION_SEQUENCE_CLASS_10022005_0614
 
-#include <boost/fusion/sequence/container/vector.hpp>
-#include <boost/fusion/sequence/container/list.hpp>
-#include <boost/fusion/sequence/container/map.hpp>
-#include <boost/fusion/sequence/container/set.hpp>
-#include <boost/fusion/sequence/container/deque.hpp>
+#include <boost/fusion/container/vector.hpp>
+#include <boost/fusion/container/list.hpp>
+#include <boost/fusion/container/map.hpp>
+#include <boost/fusion/container/set.hpp>
+#include <boost/fusion/container/deque.hpp>
 
 #endif

Copied: trunk/boost/fusion/container/deque.hpp (from r40208, /trunk/boost/fusion/sequence/container/deque.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque.hpp (original)
+++ trunk/boost/fusion/container/deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036)
 #define BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036
 
-#include <boost/fusion/sequence/container/deque/deque.hpp>
+#include <boost/fusion/container/deque/deque.hpp>
 
 #endif
 

Modified: trunk/boost/fusion/container/deque/back_extended_deque.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/back_extended_deque.hpp (original)
+++ trunk/boost/fusion/container/deque/back_extended_deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_BACK_EXTENDED_DEQUE_26112006_2209)
 #define BOOST_FUSION_BACK_EXTENDED_DEQUE_26112006_2209
 
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/plus.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>

Modified: trunk/boost/fusion/container/deque/deque.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/deque.hpp (original)
+++ trunk/boost/fusion/container/deque/deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,13 +8,13 @@
 #if !defined(BOOST_FUSION_DEQUE_26112006_1649)
 #define BOOST_FUSION_DEQUE_26112006_1649
 
-#include <boost/fusion/sequence/container/deque/limits.hpp>
-#include <boost/fusion/sequence/container/deque/front_extended_deque.hpp>
-#include <boost/fusion/sequence/container/deque/back_extended_deque.hpp>
-#include <boost/fusion/sequence/container/deque/detail/deque_keyed_values.hpp>
-#include <boost/fusion/sequence/container/deque/detail/deque_initial_size.hpp>
+#include <boost/fusion/container/deque/limits.hpp>
+#include <boost/fusion/container/deque/front_extended_deque.hpp>
+#include <boost/fusion/container/deque/back_extended_deque.hpp>
+#include <boost/fusion/container/deque/detail/deque_keyed_values.hpp>
+#include <boost/fusion/container/deque/detail/deque_initial_size.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
@@ -22,11 +22,11 @@
 #include <boost/type_traits/add_const.hpp>
 #include <boost/type_traits/is_convertible.hpp>
 
-#include <boost/fusion/sequence/container/deque/deque_fwd.hpp>
-#include <boost/fusion/sequence/container/deque/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/deque/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/deque/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/deque/detail/end_impl.hpp>
+#include <boost/fusion/container/deque/deque_fwd.hpp>
+#include <boost/fusion/container/deque/detail/value_at_impl.hpp>
+#include <boost/fusion/container/deque/detail/at_impl.hpp>
+#include <boost/fusion/container/deque/detail/begin_impl.hpp>
+#include <boost/fusion/container/deque/detail/end_impl.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/mpl/bool.hpp>
 
@@ -52,7 +52,7 @@
             mpl::if_<mpl::equal_to<size, mpl::int_<0> >, mpl::int_<0>, mpl::int_<-1> >::type::value> next_down;
         typedef mpl::false_ is_view;
 
-#include <boost/fusion/sequence/container/deque/detail/deque_forward_ctor.hpp>
+#include <boost/fusion/container/deque/detail/deque_forward_ctor.hpp>
 
         deque()
             {}

Modified: trunk/boost/fusion/container/deque/deque_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/deque_fwd.hpp (original)
+++ trunk/boost/fusion/container/deque/deque_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_DEQUE_FORWARD_02092007_0749)
 #define FUSION_DEQUE_FORWARD_02092007_0749
 
-#include <boost/fusion/sequence/container/deque/limits.hpp>
+#include <boost/fusion/container/deque/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/container/deque/deque_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/deque_iterator.hpp (original)
+++ trunk/boost/fusion/container/deque/deque_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define BOOST_FUSION_DEQUE_ITERATOR_26112006_2154
 
 #include <boost/fusion/iterator/iterator_facade.hpp>
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 #include <boost/mpl/minus.hpp>
 #include <boost/mpl/equal_to.hpp>
 

Modified: trunk/boost/fusion/container/deque/detail/at_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/at_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_DEQUE_AT_IMPL_09122006_2017)
 #define BOOST_FUSION_DEQUE_AT_IMPL_09122006_2017
 
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 
 #include <boost/mpl/eval_if.hpp>
 #include <boost/mpl/equal_to.hpp>

Modified: trunk/boost/fusion/container/deque/detail/begin_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/begin_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_DEQUE_BEGIN_IMPL_09122006_2034)
 #define BOOST_FUSION_DEQUE_BEGIN_IMPL_09122006_2034
 
-#include <boost/fusion/sequence/container/deque/deque_iterator.hpp>
+#include <boost/fusion/container/deque/deque_iterator.hpp>
 
 #include <boost/mpl/equal_to.hpp>
 #include <boost/mpl/if.hpp>

Modified: trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/deque_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,7 +14,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/deque/detail/deque_forward_ctor.hpp>
+ <boost/fusion/container/deque/detail/deque_forward_ctor.hpp>
 #define BOOST_PP_ITERATION_LIMITS (2, FUSION_MAX_DEQUE_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/deque_keyed_values.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,8 +8,8 @@
 #if !defined(BOOST_FUSION_DEQUE_DETAIL_DEQUE_KEYED_VALUES_26112006_1330)
 #define BOOST_FUSION_DEQUE_DETAIL_DEQUE_KEYED_VALUES_26112006_1330
 
-#include <boost/fusion/sequence/container/deque/limits.hpp>
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/limits.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 
 #include <boost/preprocessor/iterate.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
@@ -59,7 +59,7 @@
             BOOST_PP_ENUM_SHIFTED_PARAMS(FUSION_MAX_DEQUE_SIZE, T)>::type tail;
         typedef keyed_element<N, T0, tail> type;
 
-#include <boost/fusion/sequence/container/deque/detail/deque_keyed_values_call.hpp>
+#include <boost/fusion/container/deque/detail/deque_keyed_values_call.hpp>
 
     };
 

Modified: trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/deque_keyed_values_call.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,7 +14,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/deque/detail/deque_keyed_values_call.hpp>
+ <boost/fusion/container/deque/detail/deque_keyed_values_call.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_DEQUE_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/deque/detail/end_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/end_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_DEQUE_END_IMPL_09122006_2034)
 #define BOOST_FUSION_DEQUE_END_IMPL_09122006_2034
 
-#include <boost/fusion/sequence/container/deque/deque_iterator.hpp>
+#include <boost/fusion/container/deque/deque_iterator.hpp>
 
 #include <boost/mpl/equal_to.hpp>
 #include <boost/mpl/if.hpp>

Modified: trunk/boost/fusion/container/deque/detail/value_at_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/value_at_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_DEQUE_VALUE_AT_IMPL_08122006_0756)
 #define BOOST_FUSION_DEQUE_VALUE_AT_IMPL_08122006_0756
 
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 
 #include <boost/mpl/equal_to.hpp>
 #include <boost/mpl/assert.hpp>

Modified: trunk/boost/fusion/container/deque/front_extended_deque.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/deque/front_extended_deque.hpp (original)
+++ trunk/boost/fusion/container/deque/front_extended_deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(BOOST_FUSION_FRONT_EXTENDED_DEQUE_26112006_2209)
 #define BOOST_FUSION_FRONT_EXTENDED_DEQUE_26112006_2209
 
-#include <boost/fusion/sequence/container/deque/detail/keyed_element.hpp>
+#include <boost/fusion/container/deque/detail/keyed_element.hpp>
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/minus.hpp>
 #include <boost/mpl/plus.hpp>

Modified: trunk/boost/fusion/container/ext_/tree.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/ext_/tree.hpp (original)
+++ trunk/boost/fusion/container/ext_/tree.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,13 +14,13 @@
 #include <boost/type_traits/add_reference.hpp>
 #include <boost/fusion/support/is_sequence.hpp>
 #include <boost/fusion/sequence/intrinsic/at.hpp>
-#include <boost/fusion/sequence/view/single_view.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp> // for nil
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
+#include <boost/fusion/view/single_view.hpp>
+#include <boost/fusion/container/list/cons.hpp> // for nil
+#include <boost/fusion/container/vector/vector10.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/sequence/intrinsic/ext_/segments.hpp>
 #include <boost/fusion/support/ext_/is_segmented.hpp>
-#include <boost/fusion/sequence/view/ext_/segmented_iterator.hpp>
+#include <boost/fusion/view/ext_/segmented_iterator.hpp>
 
 namespace boost { namespace fusion
 {

Copied: trunk/boost/fusion/container/list.hpp (from r40208, /trunk/boost/fusion/sequence/container/list.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container/list.hpp (original)
+++ trunk/boost/fusion/container/list.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,10 +7,10 @@
 #if !defined(FUSION_SEQUENCE_CLASS_LIST_10022005_0605)
 #define FUSION_SEQUENCE_CLASS_LIST_10022005_0605
 
-#include <boost/fusion/sequence/container/list/cons.hpp>
-#include <boost/fusion/sequence/container/list/cons_iterator.hpp>
-#include <boost/fusion/sequence/container/list/limits.hpp>
-#include <boost/fusion/sequence/container/list/list.hpp>
-#include <boost/fusion/sequence/container/list/list_fwd.hpp>
+#include <boost/fusion/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons_iterator.hpp>
+#include <boost/fusion/container/list/limits.hpp>
+#include <boost/fusion/container/list/list.hpp>
+#include <boost/fusion/container/list/list_fwd.hpp>
 
 #endif

Modified: trunk/boost/fusion/container/list/cons.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/cons.hpp (original)
+++ trunk/boost/fusion/container/list/cons.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,12 +13,12 @@
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
-#include <boost/fusion/sequence/container/list/cons_iterator.hpp>
-#include <boost/fusion/sequence/container/list/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/end_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/empty_impl.hpp>
+#include <boost/fusion/container/list/cons_iterator.hpp>
+#include <boost/fusion/container/list/detail/begin_impl.hpp>
+#include <boost/fusion/container/list/detail/end_impl.hpp>
+#include <boost/fusion/container/list/detail/at_impl.hpp>
+#include <boost/fusion/container/list/detail/value_at_impl.hpp>
+#include <boost/fusion/container/list/detail/empty_impl.hpp>
 #include <boost/type_traits/is_convertible.hpp>
 #include <boost/utility/enable_if.hpp>
 #include <boost/fusion/support/sequence_base.hpp>

Modified: trunk/boost/fusion/container/list/cons_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/cons_iterator.hpp (original)
+++ trunk/boost/fusion/container/list/cons_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,11 +10,11 @@
 
 #include <boost/type_traits/add_const.hpp>
 #include <boost/fusion/support/iterator_base.hpp>
-#include <boost/fusion/sequence/container/list/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/next_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/value_of_impl.hpp>
-#include <boost/fusion/sequence/container/list/detail/equal_to_impl.hpp>
-#include <boost/fusion/sequence/container/list/list_fwd.hpp>
+#include <boost/fusion/container/list/detail/deref_impl.hpp>
+#include <boost/fusion/container/list/detail/next_impl.hpp>
+#include <boost/fusion/container/list/detail/value_of_impl.hpp>
+#include <boost/fusion/container/list/detail/equal_to_impl.hpp>
+#include <boost/fusion/container/list/list_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/detail/list_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -18,7 +18,7 @@
 #define FUSION_LIST_CL_PAREN(z, n, type) )
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/list/detail/list_forward_ctor.hpp>
+ <boost/fusion/container/list/detail/list_forward_ctor.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_LIST_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/list/detail/list_to_cons.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/detail/list_to_cons.hpp (original)
+++ trunk/boost/fusion/container/list/detail/list_to_cons.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,8 +7,8 @@
 #if !defined(FUSION_LIST_TO_CONS_07172005_1041)
 #define FUSION_LIST_TO_CONS_07172005_1041
 
-#include <boost/fusion/sequence/container/list/cons.hpp>
-#include <boost/fusion/sequence/container/list/limits.hpp>
+#include <boost/fusion/container/list/cons.hpp>
+#include <boost/fusion/container/list/limits.hpp>
 #include <boost/preprocessor/repetition/enum.hpp>
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_shifted_params.hpp>
@@ -35,7 +35,7 @@
         
         typedef cons<head_type, tail_type> type;
         
- #include <boost/fusion/sequence/container/list/detail/list_to_cons_call.hpp>
+ #include <boost/fusion/container/list/detail/list_to_cons_call.hpp>
     };
 
     template <>

Modified: trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/detail/list_to_cons_call.hpp (original)
+++ trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/list/detail/list_to_cons_call.hpp>
+ <boost/fusion/container/list/detail/list_to_cons_call.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_LIST_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/list/list.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/list.hpp (original)
+++ trunk/boost/fusion/container/list/list.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,8 +7,8 @@
 #if !defined(FUSION_LIST_07172005_1153)
 #define FUSION_LIST_07172005_1153
 
-#include <boost/fusion/sequence/container/list/list_fwd.hpp>
-#include <boost/fusion/sequence/container/list/detail/list_to_cons.hpp>
+#include <boost/fusion/container/list/list_fwd.hpp>
+#include <boost/fusion/container/list/detail/list_to_cons.hpp>
 
 namespace boost { namespace fusion
 {
@@ -45,7 +45,7 @@
         // typename detail::call_param<T0>::type _0
         // , typename detail::call_param<T1>::type _1)
         // : inherited_type(list_to_cons::call(_0, _1)) {}
- #include <boost/fusion/sequence/container/list/detail/list_forward_ctor.hpp>
+ #include <boost/fusion/container/list/detail/list_forward_ctor.hpp>
 
         template <BOOST_PP_ENUM_PARAMS(FUSION_MAX_LIST_SIZE, typename U)>
         list&

Modified: trunk/boost/fusion/container/list/list_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/list/list_fwd.hpp (original)
+++ trunk/boost/fusion/container/list/list_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_LIST_FORWARD_07172005_0224)
 #define FUSION_LIST_FORWARD_07172005_0224
 
-#include <boost/fusion/sequence/container/list/limits.hpp>
+#include <boost/fusion/container/list/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/container/map.hpp (from r40208, /trunk/boost/fusion/sequence/container/map.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container/map.hpp (original)
+++ trunk/boost/fusion/container/map.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,8 +7,8 @@
 #if !defined(FUSION_SEQUENCE_CLASS_MAP_10022005_0606)
 #define FUSION_SEQUENCE_CLASS_MAP_10022005_0606
 
-#include <boost/fusion/sequence/container/map/limits.hpp>
-#include <boost/fusion/sequence/container/map/map.hpp>
-#include <boost/fusion/sequence/container/map/map_fwd.hpp>
+#include <boost/fusion/container/map/limits.hpp>
+#include <boost/fusion/container/map/map.hpp>
+#include <boost/fusion/container/map/map_fwd.hpp>
 
 #endif

Modified: trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/map/detail/map_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/map/detail/map_forward_ctor.hpp>
+ <boost/fusion/container/map/detail/map_forward_ctor.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_MAP_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/map/detail/map_lookup.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/map/detail/map_lookup.hpp (original)
+++ trunk/boost/fusion/container/map/detail/map_lookup.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -52,10 +52,14 @@
     }
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/map/detail/map_lookup.hpp>
+ <boost/fusion/container/map/detail/map_lookup.hpp>
 #define BOOST_PP_ITERATION_LIMITS (0, BOOST_PP_DEC(FUSION_MAX_MAP_SIZE))
 #include BOOST_PP_ITERATE()
 
+#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
+#pragma warning (pop)
+#endif
+
 #endif
 #else // defined(BOOST_PP_IS_ITERATING)
 ///////////////////////////////////////////////////////////////////////////////
@@ -120,10 +124,5 @@
     }
 
 #undef N
-
-#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
-#pragma warning (pop)
-#endif
-
 #endif // defined(BOOST_PP_IS_ITERATING)
 

Modified: trunk/boost/fusion/container/map/limits.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/map/limits.hpp (original)
+++ trunk/boost/fusion/container/map/limits.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_MAP_LIMITS_07212005_1104)
 #define FUSION_MAP_LIMITS_07212005_1104
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
 
 #if !defined(FUSION_MAX_MAP_SIZE)
 # define FUSION_MAX_MAP_SIZE FUSION_MAX_VECTOR_SIZE

Modified: trunk/boost/fusion/container/map/map.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/map/map.hpp (original)
+++ trunk/boost/fusion/container/map/map.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,13 +10,13 @@
 #include <boost/fusion/support/pair.hpp>
 #include <boost/fusion/support/category_of.hpp>
 #include <boost/fusion/support/detail/access.hpp>
-#include <boost/fusion/sequence/container/map/map_fwd.hpp>
-#include <boost/fusion/sequence/container/map/detail/lookup_key.hpp>
-#include <boost/fusion/sequence/container/map/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/map/detail/end_impl.hpp>
-#include <boost/fusion/sequence/container/map/detail/at_key_impl.hpp>
-#include <boost/fusion/sequence/container/map/detail/value_at_key_impl.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/map/map_fwd.hpp>
+#include <boost/fusion/container/map/detail/lookup_key.hpp>
+#include <boost/fusion/container/map/detail/begin_impl.hpp>
+#include <boost/fusion/container/map/detail/end_impl.hpp>
+#include <boost/fusion/container/map/detail/at_key_impl.hpp>
+#include <boost/fusion/container/map/detail/value_at_key_impl.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/mpl/identity.hpp>
 #include <boost/mpl/bool.hpp>
 
@@ -48,8 +48,8 @@
         map(Sequence const& rhs)
             : data(rhs) {}
 
- #include <boost/fusion/sequence/container/map/detail/map_forward_ctor.hpp>
- #include <boost/fusion/sequence/container/map/detail/map_lookup.hpp>
+ #include <boost/fusion/container/map/detail/map_forward_ctor.hpp>
+ #include <boost/fusion/container/map/detail/map_lookup.hpp>
 
         template <typename T>
         map&

Modified: trunk/boost/fusion/container/map/map_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/map/map_fwd.hpp (original)
+++ trunk/boost/fusion/container/map/map_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_MAP_FORWARD_07212005_1105)
 #define FUSION_MAP_FORWARD_07212005_1105
 
-#include <boost/fusion/sequence/container/map/limits.hpp>
+#include <boost/fusion/container/map/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/container/set.hpp (from r40208, /trunk/boost/fusion/sequence/container/set.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container/set.hpp (original)
+++ trunk/boost/fusion/container/set.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,8 +7,8 @@
 #if !defined(FUSION_SEQUENCE_CLASS_SET_10022005_0607)
 #define FUSION_SEQUENCE_CLASS_SET_10022005_0607
 
-#include <boost/fusion/sequence/container/set/limits.hpp>
-#include <boost/fusion/sequence/container/set/set.hpp>
-#include <boost/fusion/sequence/container/set/set_fwd.hpp>
+#include <boost/fusion/container/set/limits.hpp>
+#include <boost/fusion/container/set/set.hpp>
+#include <boost/fusion/container/set/set_fwd.hpp>
 
 #endif

Modified: trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/set/detail/set_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/set/detail/set_forward_ctor.hpp>
+ <boost/fusion/container/set/detail/set_forward_ctor.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_SET_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/set/detail/set_lookup.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/set/detail/set_lookup.hpp (original)
+++ trunk/boost/fusion/container/set/detail/set_lookup.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -52,10 +52,14 @@
     }
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/set/detail/set_lookup.hpp>
+ <boost/fusion/container/set/detail/set_lookup.hpp>
 #define BOOST_PP_ITERATION_LIMITS (0, BOOST_PP_DEC(FUSION_MAX_SET_SIZE))
 #include BOOST_PP_ITERATE()
 
+#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
+#pragma warning (pop)
+#endif
+
 #endif
 #else // defined(BOOST_PP_IS_ITERATING)
 ///////////////////////////////////////////////////////////////////////////////
@@ -120,10 +124,5 @@
     }
 
 #undef N
-
-#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
-#pragma warning (pop)
-#endif
-
 #endif // defined(BOOST_PP_IS_ITERATING)
 

Modified: trunk/boost/fusion/container/set/limits.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/set/limits.hpp (original)
+++ trunk/boost/fusion/container/set/limits.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SET_LIMITS_09162005_1103)
 #define FUSION_SET_LIMITS_09162005_1103
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
 
 #if !defined(FUSION_MAX_SET_SIZE)
 # define FUSION_MAX_SET_SIZE FUSION_MAX_VECTOR_SIZE

Modified: trunk/boost/fusion/container/set/set.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/set/set.hpp (original)
+++ trunk/boost/fusion/container/set/set.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,13 +10,13 @@
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/support/category_of.hpp>
 #include <boost/fusion/support/detail/access.hpp>
-#include <boost/fusion/sequence/container/set/set_fwd.hpp>
-#include <boost/fusion/sequence/container/set/detail/lookup_key.hpp>
-#include <boost/fusion/sequence/container/set/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/set/detail/end_impl.hpp>
-#include <boost/fusion/sequence/container/set/detail/at_key_impl.hpp>
-#include <boost/fusion/sequence/container/set/detail/value_at_key_impl.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/set/set_fwd.hpp>
+#include <boost/fusion/container/set/detail/lookup_key.hpp>
+#include <boost/fusion/container/set/detail/begin_impl.hpp>
+#include <boost/fusion/container/set/detail/end_impl.hpp>
+#include <boost/fusion/container/set/detail/at_key_impl.hpp>
+#include <boost/fusion/container/set/detail/value_at_key_impl.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/mpl/identity.hpp>
 #include <boost/mpl/bool.hpp>
 
@@ -48,8 +48,8 @@
         set(Sequence const& rhs)
             : data(rhs) {}
 
- #include <boost/fusion/sequence/container/set/detail/set_forward_ctor.hpp>
- #include <boost/fusion/sequence/container/set/detail/set_lookup.hpp>
+ #include <boost/fusion/container/set/detail/set_forward_ctor.hpp>
+ #include <boost/fusion/container/set/detail/set_lookup.hpp>
 
         template <typename T>
         set&

Modified: trunk/boost/fusion/container/set/set_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/set/set_fwd.hpp (original)
+++ trunk/boost/fusion/container/set/set_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SET_FORWARD_09162005_1102)
 #define FUSION_SET_FORWARD_09162005_1102
 
-#include <boost/fusion/sequence/container/set/limits.hpp>
+#include <boost/fusion/container/set/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/container/vector.hpp (from r40208, /trunk/boost/fusion/sequence/container/vector.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector.hpp (original)
+++ trunk/boost/fusion/container/vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,14 +7,14 @@
 #if !defined(FUSION_SEQUENCE_CLASS_VECTOR_10022005_0602)
 #define FUSION_SEQUENCE_CLASS_VECTOR_10022005_0602
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
-#include <boost/fusion/sequence/container/vector/vector20.hpp>
-#include <boost/fusion/sequence/container/vector/vector30.hpp>
-#include <boost/fusion/sequence/container/vector/vector40.hpp>
-#include <boost/fusion/sequence/container/vector/vector50.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
-#include <boost/fusion/sequence/container/vector/vector_fwd.hpp>
-#include <boost/fusion/sequence/container/vector/vector_iterator.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
+#include <boost/fusion/container/vector/vector20.hpp>
+#include <boost/fusion/container/vector/vector30.hpp>
+#include <boost/fusion/container/vector/vector40.hpp>
+#include <boost/fusion/container/vector/vector50.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector_fwd.hpp>
+#include <boost/fusion/container/vector/vector_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/container/vector/detail/begin_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/begin_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_BEGIN_IMPL_05042005_1136)
 #define FUSION_BEGIN_IMPL_05042005_1136
 
-#include <boost/fusion/sequence/container/vector/vector_iterator.hpp>
+#include <boost/fusion/container/vector/vector_iterator.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/vector/detail/end_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/end_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_END_IMPL_05042005_1142)
 #define FUSION_END_IMPL_05042005_1142
 
-#include <boost/fusion/sequence/container/vector/vector_iterator.hpp>
+#include <boost/fusion/container/vector/vector_iterator.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/vector/detail/next_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/next_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_NEXT_IMPL_05042005_1058)
 #define FUSION_NEXT_IMPL_05042005_1058
 
-#include <boost/fusion/sequence/container/vector/vector_iterator.hpp>
+#include <boost/fusion/container/vector/vector_iterator.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/vector/detail/prior_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/prior_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_PRIOR_IMPL_05042005_1145)
 #define FUSION_PRIOR_IMPL_05042005_1145
 
-#include <boost/fusion/sequence/container/vector/vector_iterator.hpp>
+#include <boost/fusion/container/vector/vector_iterator.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/vector_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/vector/detail/vector_forward_ctor.hpp>
+ <boost/fusion/container/vector/detail/vector_forward_ctor.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_VECTOR_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/detail/vector_n_chooser.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,21 +8,21 @@
 #if !defined(FUSION_VECTOR_N_CHOOSER_07072005_1248)
 #define FUSION_VECTOR_N_CHOOSER_07072005_1248
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
 
 // include vector0..N where N is FUSION_MAX_VECTOR_SIZE
-#include <boost/fusion/sequence/container/vector/vector10.hpp>
+#include <boost/fusion/container/vector/vector10.hpp>
 #if (FUSION_MAX_VECTOR_SIZE > 10)
-#include <boost/fusion/sequence/container/vector/vector20.hpp>
+#include <boost/fusion/container/vector/vector20.hpp>
 #endif
 #if (FUSION_MAX_VECTOR_SIZE > 20)
-#include <boost/fusion/sequence/container/vector/vector30.hpp>
+#include <boost/fusion/container/vector/vector30.hpp>
 #endif
 #if (FUSION_MAX_VECTOR_SIZE > 30)
-#include <boost/fusion/sequence/container/vector/vector40.hpp>
+#include <boost/fusion/container/vector/vector40.hpp>
 #endif
 #if (FUSION_MAX_VECTOR_SIZE > 40)
-#include <boost/fusion/sequence/container/vector/vector50.hpp>
+#include <boost/fusion/container/vector/vector50.hpp>
 #endif
 
 #include <boost/mpl/distance.hpp>
@@ -52,7 +52,7 @@
     };
 
 #define BOOST_PP_FILENAME_1 \
- <boost/fusion/sequence/container/vector/detail/vector_n_chooser.hpp>
+ <boost/fusion/container/vector/detail/vector_n_chooser.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_VECTOR_SIZE)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector.hpp (original)
+++ trunk/boost/fusion/container/vector/vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,8 +7,8 @@
 #if !defined(FUSION_VECTOR_07072005_1244)
 #define FUSION_VECTOR_07072005_1244
 
-#include <boost/fusion/sequence/container/vector/vector_fwd.hpp>
-#include <boost/fusion/sequence/container/vector/detail/vector_n_chooser.hpp>
+#include <boost/fusion/container/vector/vector_fwd.hpp>
+#include <boost/fusion/container/vector/detail/vector_n_chooser.hpp>
 #include <boost/fusion/sequence/conversion/detail/as_vector.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/mpl/at.hpp>
@@ -70,7 +70,7 @@
         // typename detail::call_param<T0>::type _0
         // , typename detail::call_param<T1>::type _1)
         // : vec(_0, _1) {}
- #include <boost/fusion/sequence/container/vector/detail/vector_forward_ctor.hpp>
+ #include <boost/fusion/container/vector/detail/vector_forward_ctor.hpp>
 
         template <BOOST_PP_ENUM_PARAMS(FUSION_MAX_VECTOR_SIZE, typename U)>
         vector&

Modified: trunk/boost/fusion/container/vector/vector10.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector10.hpp (original)
+++ trunk/boost/fusion/container/vector/vector10.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/container/vector/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/end_impl.hpp>
+#include <boost/fusion/container/vector/detail/at_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_at_impl.hpp>
+#include <boost/fusion/container/vector/detail/begin_impl.hpp>
+#include <boost/fusion/container/vector/detail/end_impl.hpp>
 
 #include <boost/mpl/void.hpp>
 #include <boost/mpl/int.hpp>
@@ -56,7 +56,7 @@
     };
 
 // expand vector1 to vector10
-#define BOOST_PP_FILENAME_1 <boost/fusion/sequence/container/vector/detail/vector_n.hpp>
+#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
 #define BOOST_PP_ITERATION_LIMITS (1, 10)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector20.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector20.hpp (original)
+++ trunk/boost/fusion/container/vector/vector20.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/container/vector/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/end_impl.hpp>
+#include <boost/fusion/container/vector/detail/at_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_at_impl.hpp>
+#include <boost/fusion/container/vector/detail/begin_impl.hpp>
+#include <boost/fusion/container/vector/detail/end_impl.hpp>
 
 #include <boost/mpl/void.hpp>
 #include <boost/mpl/int.hpp>
@@ -40,7 +40,7 @@
     struct random_access_traversal_tag;
 
 // expand vector11 to vector20
-#define BOOST_PP_FILENAME_1 <boost/fusion/sequence/container/vector/detail/vector_n.hpp>
+#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
 #define BOOST_PP_ITERATION_LIMITS (11, 20)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector30.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector30.hpp (original)
+++ trunk/boost/fusion/container/vector/vector30.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/container/vector/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/end_impl.hpp>
+#include <boost/fusion/container/vector/detail/at_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_at_impl.hpp>
+#include <boost/fusion/container/vector/detail/begin_impl.hpp>
+#include <boost/fusion/container/vector/detail/end_impl.hpp>
 
 #include <boost/mpl/void.hpp>
 #include <boost/mpl/int.hpp>
@@ -40,7 +40,7 @@
     struct random_access_traversal_tag;
  
 // expand vector21 to vector30
-#define BOOST_PP_FILENAME_1 <boost/fusion/sequence/container/vector/detail/vector_n.hpp>
+#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
 #define BOOST_PP_ITERATION_LIMITS (21, 30)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector40.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector40.hpp (original)
+++ trunk/boost/fusion/container/vector/vector40.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/container/vector/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/end_impl.hpp>
+#include <boost/fusion/container/vector/detail/at_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_at_impl.hpp>
+#include <boost/fusion/container/vector/detail/begin_impl.hpp>
+#include <boost/fusion/container/vector/detail/end_impl.hpp>
 
 #include <boost/mpl/void.hpp>
 #include <boost/mpl/int.hpp>
@@ -40,7 +40,7 @@
     struct random_access_traversal_tag;
 
 // expand vector31 to vector40
-#define BOOST_PP_FILENAME_1 <boost/fusion/sequence/container/vector/detail/vector_n.hpp>
+#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
 #define BOOST_PP_ITERATION_LIMITS (31, 40)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector50.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector50.hpp (original)
+++ trunk/boost/fusion/container/vector/vector50.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/container/vector/detail/at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_at_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/end_impl.hpp>
+#include <boost/fusion/container/vector/detail/at_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_at_impl.hpp>
+#include <boost/fusion/container/vector/detail/begin_impl.hpp>
+#include <boost/fusion/container/vector/detail/end_impl.hpp>
 
 #include <boost/mpl/void.hpp>
 #include <boost/mpl/int.hpp>
@@ -40,7 +40,7 @@
     struct random_access_traversal_tag;
 
 // expand vector41 to vector50
-#define BOOST_PP_FILENAME_1 <boost/fusion/sequence/container/vector/detail/vector_n.hpp>
+#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
 #define BOOST_PP_ITERATION_LIMITS (41, 50)
 #include BOOST_PP_ITERATE()
 

Modified: trunk/boost/fusion/container/vector/vector_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector_fwd.hpp (original)
+++ trunk/boost/fusion/container/vector/vector_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_VECTOR_FORWARD_07072005_0125)
 #define FUSION_VECTOR_FORWARD_07072005_0125
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/container/vector/vector_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/container/vector/vector_iterator.hpp (original)
+++ trunk/boost/fusion/container/vector/vector_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,13 +8,13 @@
 #define FUSION_VECTOR_ITERATOR_05042005_0635
 
 #include <boost/fusion/support/iterator_base.hpp>
-#include <boost/fusion/sequence/container/vector/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/value_of_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/next_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/prior_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/equal_to_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/distance_impl.hpp>
-#include <boost/fusion/sequence/container/vector/detail/advance_impl.hpp>
+#include <boost/fusion/container/vector/detail/deref_impl.hpp>
+#include <boost/fusion/container/vector/detail/value_of_impl.hpp>
+#include <boost/fusion/container/vector/detail/next_impl.hpp>
+#include <boost/fusion/container/vector/detail/prior_impl.hpp>
+#include <boost/fusion/container/vector/detail/equal_to_impl.hpp>
+#include <boost/fusion/container/vector/detail/distance_impl.hpp>
+#include <boost/fusion/container/vector/detail/advance_impl.hpp>
 #include <boost/type_traits/add_const.hpp>
 #include <boost/mpl/int.hpp>
 

Modified: trunk/boost/fusion/functional/adapter/limits.hpp
==============================================================================
--- trunk/boost/fusion/functional/adapter/limits.hpp (original)
+++ trunk/boost/fusion/functional/adapter/limits.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #if !defined(BOOST_FUSION_FUNCTIONAL_ADAPTER_LIMITS_HPP_INCLUDED)
 # define BOOST_FUSION_FUNCTIONAL_ADAPTER_LIMITS_HPP_INCLUDED
 
-# include <boost/fusion/sequence/container/vector/limits.hpp>
+# include <boost/fusion/container/vector/limits.hpp>
 
 # if !defined(BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY)
 # define BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY 6

Modified: trunk/boost/fusion/functional/adapter/unfused_generic.hpp
==============================================================================
--- trunk/boost/fusion/functional/adapter/unfused_generic.hpp (original)
+++ trunk/boost/fusion/functional/adapter/unfused_generic.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -18,7 +18,7 @@
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/facilities/intercept.hpp>
 
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 
 #include <boost/fusion/functional/adapter/limits.hpp>
 #include <boost/fusion/functional/adapter/detail/access.hpp>

Modified: trunk/boost/fusion/functional/adapter/unfused_lvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/functional/adapter/unfused_lvalue_args.hpp (original)
+++ trunk/boost/fusion/functional/adapter/unfused_lvalue_args.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -17,7 +17,7 @@
 
 #include <boost/utility/result_of.hpp>
 
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 
 #include <boost/fusion/functional/adapter/limits.hpp>
 #include <boost/fusion/functional/adapter/detail/access.hpp>

Modified: trunk/boost/fusion/functional/adapter/unfused_rvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/functional/adapter/unfused_rvalue_args.hpp (original)
+++ trunk/boost/fusion/functional/adapter/unfused_rvalue_args.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -17,7 +17,7 @@
 
 #include <boost/utility/result_of.hpp>
 
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 
 #include <boost/fusion/functional/adapter/limits.hpp>
 #include <boost/fusion/functional/adapter/detail/access.hpp>

Modified: trunk/boost/fusion/functional/adapter/unfused_typed.hpp
==============================================================================
--- trunk/boost/fusion/functional/adapter/unfused_typed.hpp (original)
+++ trunk/boost/fusion/functional/adapter/unfused_typed.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -22,7 +22,7 @@
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/sequence/intrinsic/value_at.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
 
 #include <boost/fusion/functional/adapter/limits.hpp>

Modified: trunk/boost/fusion/include/joint_view.hpp
==============================================================================
--- trunk/boost/fusion/include/joint_view.hpp (original)
+++ trunk/boost/fusion/include/joint_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_INCLUDE_JOINT_VIEW)
 #define FUSION_INCLUDE_JOINT_VIEW
 
-#include <boost/fusion/sequence/view/joint_view.hpp>
+#include <boost/fusion/view/joint_view.hpp>
 
 #endif

Modified: trunk/boost/fusion/include/list.hpp
==============================================================================
--- trunk/boost/fusion/include/list.hpp (original)
+++ trunk/boost/fusion/include/list.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_INCLUDE_LIST)
 #define FUSION_INCLUDE_LIST
 
-#include <boost/fusion/sequence/container/list/list.hpp>
+#include <boost/fusion/container/list/list.hpp>
 
 #endif

Modified: trunk/boost/fusion/include/single_view.hpp
==============================================================================
--- trunk/boost/fusion/include/single_view.hpp (original)
+++ trunk/boost/fusion/include/single_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_INCLUDE_SINGLE_VIEW)
 #define FUSION_INCLUDE_SINGLE_VIEW
 
-#include <boost/fusion/sequence/view/single_view.hpp>
+#include <boost/fusion/view/single_view.hpp>
 
 #endif

Modified: trunk/boost/fusion/include/transform_view.hpp
==============================================================================
--- trunk/boost/fusion/include/transform_view.hpp (original)
+++ trunk/boost/fusion/include/transform_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_INCLUDE_TRANSFORM_VIEW)
 #define FUSION_INCLUDE_TRANSFORM_VIEW
 
-#include <boost/fusion/sequence/view/transform_view.hpp>
+#include <boost/fusion/view/transform_view.hpp>
 
 #endif

Modified: trunk/boost/fusion/include/vector.hpp
==============================================================================
--- trunk/boost/fusion/include/vector.hpp (original)
+++ trunk/boost/fusion/include/vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_INCLUDE_VECTOR)
 #define FUSION_INCLUDE_VECTOR
 
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 
 #endif

Modified: trunk/boost/fusion/sequence.hpp
==============================================================================
--- trunk/boost/fusion/sequence.hpp (original)
+++ trunk/boost/fusion/sequence.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,13 +8,11 @@
 #define FUSION_ITERATOR_10022005_0559
 
 #include <boost/fusion/sequence/sequence_facade.hpp>
-#include <boost/fusion/sequence/container.hpp>
 #include <boost/fusion/sequence/comparison.hpp>
 #include <boost/fusion/sequence/conversion.hpp>
 #include <boost/fusion/sequence/generation.hpp>
 #include <boost/fusion/sequence/intrinsic.hpp>
 #include <boost/fusion/sequence/io.hpp>
-#include <boost/fusion/sequence/view.hpp>
 #include <boost/fusion/sequence/adapted.hpp>
 
 #endif

Deleted: trunk/boost/fusion/sequence/container.hpp
==============================================================================
--- trunk/boost/fusion/sequence/container.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
+++ (empty file)
@@ -1,16 +0,0 @@
-/*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
-
- 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_CLASS_10022005_0614)
-#define FUSION_SEQUENCE_CLASS_10022005_0614
-
-#include <boost/fusion/sequence/container/vector.hpp>
-#include <boost/fusion/sequence/container/list.hpp>
-#include <boost/fusion/sequence/container/map.hpp>
-#include <boost/fusion/sequence/container/set.hpp>
-#include <boost/fusion/sequence/container/deque.hpp>
-
-#endif

Modified: trunk/boost/fusion/sequence/conversion/as_deque.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/as_deque.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/as_deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define FUSION_AS_DEQUE_20061213_2207
 
 #include <boost/fusion/sequence/conversion/detail/as_deque.hpp>
-#include <boost/fusion/sequence/container/deque/deque.hpp>
+#include <boost/fusion/container/deque/deque.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 

Modified: trunk/boost/fusion/sequence/conversion/as_list.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/as_list.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/as_list.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_AS_LIST_09232005_1215)
 #define FUSION_AS_LIST_09232005_1215
 
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons.hpp>
 #include <boost/fusion/sequence/intrinsic/empty.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>

Modified: trunk/boost/fusion/sequence/conversion/as_map.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/as_map.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/as_map.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #define FUSION_AS_MAP_09232005_1340
 
 #include <boost/fusion/sequence/conversion/detail/as_map.hpp>
-#include <boost/fusion/sequence/container/map/map.hpp>
+#include <boost/fusion/container/map/map.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 

Modified: trunk/boost/fusion/sequence/conversion/as_set.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/as_set.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/as_set.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #define FUSION_AS_SET_09232005_1341
 
 #include <boost/fusion/sequence/conversion/detail/as_set.hpp>
-#include <boost/fusion/sequence/container/set/set.hpp>
+#include <boost/fusion/container/set/set.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 

Modified: trunk/boost/fusion/sequence/conversion/as_vector.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/as_vector.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/as_vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #define FUSION_AS_VECTOR_09222005_1104
 
 #include <boost/fusion/sequence/conversion/detail/as_vector.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 

Modified: trunk/boost/fusion/sequence/conversion/detail/as_deque.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/detail/as_deque.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/detail/as_deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -16,7 +16,7 @@
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/inc.hpp>
 #include <boost/preprocessor/dec.hpp>
-#include <boost/fusion/sequence/container/deque/deque.hpp>
+#include <boost/fusion/container/deque/deque.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/iterator/next.hpp>

Modified: trunk/boost/fusion/sequence/conversion/detail/as_map.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/detail/as_map.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/detail/as_map.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -15,7 +15,7 @@
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/inc.hpp>
 #include <boost/preprocessor/dec.hpp>
-#include <boost/fusion/sequence/container/map/map.hpp>
+#include <boost/fusion/container/map/map.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/iterator/next.hpp>

Modified: trunk/boost/fusion/sequence/conversion/detail/as_set.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/detail/as_set.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/detail/as_set.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -15,7 +15,7 @@
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/inc.hpp>
 #include <boost/preprocessor/dec.hpp>
-#include <boost/fusion/sequence/container/set/set.hpp>
+#include <boost/fusion/container/set/set.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/iterator/next.hpp>

Modified: trunk/boost/fusion/sequence/conversion/detail/as_vector.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/detail/as_vector.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/detail/as_vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -15,7 +15,7 @@
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/inc.hpp>
 #include <boost/preprocessor/dec.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/iterator/next.hpp>

Modified: trunk/boost/fusion/sequence/conversion/detail/build_cons.hpp
==============================================================================
--- trunk/boost/fusion/sequence/conversion/detail/build_cons.hpp (original)
+++ trunk/boost/fusion/sequence/conversion/detail/build_cons.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_BUILD_CONS_09232005_1222)
 #define FUSION_BUILD_CONS_09232005_1222
 
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons.hpp>
 #include <boost/fusion/iterator/equal_to.hpp>
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/iterator/value_of.hpp>

Modified: trunk/boost/fusion/sequence/generation/cons_tie.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/cons_tie.hpp (original)
+++ trunk/boost/fusion/sequence/generation/cons_tie.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_CONS_TIE_07182005_0854)
 #define FUSION_CONS_TIE_07182005_0854
 
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/generation/deque_tie.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/deque_tie.hpp (original)
+++ trunk/boost/fusion/sequence/generation/deque_tie.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,7 +14,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/deque/deque.hpp>
+#include <boost/fusion/container/deque/deque.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/generation/list_tie.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/list_tie.hpp (original)
+++ trunk/boost/fusion/sequence/generation/list_tie.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/list/list.hpp>
+#include <boost/fusion/container/list/list.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/generation/make_cons.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_cons.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_cons.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define FUSION_MAKE_CONS_07172005_0918
 
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/fusion/container/list/cons.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/generation/make_deque.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_deque.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_deque.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -19,7 +19,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/deque/deque.hpp>
+#include <boost/fusion/container/deque/deque.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/sequence/generation/make_list.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_list.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_list.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/list/list.hpp>
+#include <boost/fusion/container/list/list.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/sequence/generation/make_map.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_map.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_map.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/map/map.hpp>
+#include <boost/fusion/container/map/map.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/support/pair.hpp>
 

Modified: trunk/boost/fusion/sequence/generation/make_set.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_set.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_set.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/set/set.hpp>
+#include <boost/fusion/container/set/set.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/support/pair.hpp>
 

Modified: trunk/boost/fusion/sequence/generation/make_vector.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/make_vector.hpp (original)
+++ trunk/boost/fusion/sequence/generation/make_vector.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/sequence/generation/map_tie.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/map_tie.hpp (original)
+++ trunk/boost/fusion/sequence/generation/map_tie.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,8 +13,8 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/map/map.hpp>
-#include <boost/fusion/sequence/container/map/limits.hpp>
+#include <boost/fusion/container/map/map.hpp>
+#include <boost/fusion/container/map/limits.hpp>
 #include <boost/fusion/support/pair.hpp>
 #include <boost/fusion/sequence/generation/pair_tie.hpp>
 #include <boost/type_traits/add_reference.hpp>

Modified: trunk/boost/fusion/sequence/generation/vector_tie.hpp
==============================================================================
--- trunk/boost/fusion/sequence/generation/vector_tie.hpp (original)
+++ trunk/boost/fusion/sequence/generation/vector_tie.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,7 +13,7 @@
 #include <boost/preprocessor/repetition/enum_params.hpp>
 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/intrinsic/mpl/detail/clear.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/mpl/detail/clear.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/mpl/detail/clear.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,11 +7,11 @@
 #if !defined(FUSION_CLEAR_10022005_1442)
 #define FUSION_CLEAR_10022005_1442
 
-#include <boost/fusion/sequence/container/vector/vector_fwd.hpp>
-#include <boost/fusion/sequence/container/list/list_fwd.hpp>
-#include <boost/fusion/sequence/container/map/map_fwd.hpp>
-#include <boost/fusion/sequence/container/set/set_fwd.hpp>
-#include <boost/fusion/sequence/container/deque/deque_fwd.hpp>
+#include <boost/fusion/container/vector/vector_fwd.hpp>
+#include <boost/fusion/container/list/list_fwd.hpp>
+#include <boost/fusion/container/map/map_fwd.hpp>
+#include <boost/fusion/container/set/set_fwd.hpp>
+#include <boost/fusion/container/deque/deque_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/sequence/intrinsic/swap.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/swap.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/swap.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,7 +11,7 @@
 #include <algorithm>
 
 #include <boost/fusion/support/is_sequence.hpp>
-#include <boost/fusion/sequence/view/zip_view.hpp>
+#include <boost/fusion/view/zip_view.hpp>
 #include <boost/fusion/algorithm/iteration/for_each.hpp>
 #include <boost/utility/enable_if.hpp>
 #include <boost/fusion/sequence/intrinsic/front.hpp>

Deleted: trunk/boost/fusion/sequence/view.hpp
==============================================================================
--- trunk/boost/fusion/sequence/view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
+++ (empty file)
@@ -1,17 +0,0 @@
-/*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
-
- 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_VIEW_10022005_0620)
-#define FUSION_SEQUENCE_VIEW_10022005_0620
-
-#include <boost/fusion/sequence/view/filter_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range.hpp>
-#include <boost/fusion/sequence/view/joint_view.hpp>
-#include <boost/fusion/sequence/view/transform_view.hpp>
-#include <boost/fusion/sequence/view/reverse_view.hpp>
-#include <boost/fusion/sequence/view/zip_view.hpp>
-
-#endif

Modified: trunk/boost/fusion/tuple/tuple.hpp
==============================================================================
--- trunk/boost/fusion/tuple/tuple.hpp (original)
+++ trunk/boost/fusion/tuple/tuple.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #define FUSION_TUPLE_10032005_0810
 
 #include <boost/fusion/tuple/tuple_fwd.hpp>
-#include <boost/fusion/sequence/container/vector/vector.hpp>
+#include <boost/fusion/container/vector/vector.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 #include <boost/fusion/sequence/intrinsic/value_at.hpp>
 #include <boost/fusion/sequence/intrinsic/at.hpp>

Modified: trunk/boost/fusion/tuple/tuple_fwd.hpp
==============================================================================
--- trunk/boost/fusion/tuple/tuple_fwd.hpp (original)
+++ trunk/boost/fusion/tuple/tuple_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_TUPLE_FORWARD_10032005_0956)
 #define FUSION_TUPLE_FORWARD_10032005_0956
 
-#include <boost/fusion/sequence/container/vector/limits.hpp>
+#include <boost/fusion/container/vector/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/view.hpp (from r40204, /trunk/boost/fusion/sequence/view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view.hpp (original)
+++ trunk/boost/fusion/view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,11 +7,11 @@
 #if !defined(FUSION_SEQUENCE_VIEW_10022005_0620)
 #define FUSION_SEQUENCE_VIEW_10022005_0620
 
-#include <boost/fusion/sequence/view/filter_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range.hpp>
-#include <boost/fusion/sequence/view/joint_view.hpp>
-#include <boost/fusion/sequence/view/transform_view.hpp>
-#include <boost/fusion/sequence/view/reverse_view.hpp>
-#include <boost/fusion/sequence/view/zip_view.hpp>
+#include <boost/fusion/view/filter_view.hpp>
+#include <boost/fusion/view/iterator_range.hpp>
+#include <boost/fusion/view/joint_view.hpp>
+#include <boost/fusion/view/transform_view.hpp>
+#include <boost/fusion/view/reverse_view.hpp>
+#include <boost/fusion/view/zip_view.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/ext_/segmented_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/ext_/segmented_iterator.hpp (original)
+++ trunk/boost/fusion/view/ext_/segmented_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -17,8 +17,8 @@
 #include <boost/type_traits/remove_reference.hpp>
 #include <boost/fusion/support/tag_of.hpp>
 #include <boost/fusion/support/is_sequence.hpp>
-#include <boost/fusion/sequence/view/filter_view.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp> // for nil
+#include <boost/fusion/view/filter_view.hpp>
+#include <boost/fusion/container/list/cons.hpp> // for nil
 #include <boost/fusion/sequence/generation/make_cons.hpp>
 #include <boost/fusion/iterator/distance.hpp>
 #include <boost/fusion/sequence/intrinsic/ext_/segments.hpp>

Modified: trunk/boost/fusion/view/ext_/segmented_iterator_range.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/ext_/segmented_iterator_range.hpp (original)
+++ trunk/boost/fusion/view/ext_/segmented_iterator_range.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -13,13 +13,13 @@
 #include <boost/mpl/next_prior.hpp>
 #include <boost/mpl/and.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp>
-#include <boost/fusion/sequence/view/joint_view.hpp>
-#include <boost/fusion/sequence/view/single_view.hpp>
-#include <boost/fusion/sequence/view/transform_view.hpp>
-#include <boost/fusion/sequence/view/iterator_range.hpp>
-#include <boost/fusion/sequence/view/ext_/multiple_view.hpp>
-#include <boost/fusion/sequence/view/ext_/segmented_iterator.hpp>
+#include <boost/fusion/container/list/cons.hpp>
+#include <boost/fusion/view/joint_view.hpp>
+#include <boost/fusion/view/single_view.hpp>
+#include <boost/fusion/view/transform_view.hpp>
+#include <boost/fusion/view/iterator_range.hpp>
+#include <boost/fusion/view/ext_/multiple_view.hpp>
+#include <boost/fusion/view/ext_/segmented_iterator.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/view/filter_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/filter_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/filter_view.hpp (original)
+++ trunk/boost/fusion/view/filter_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SEQUENCE_VIEW_FILTER_VIEW_10022005_0608)
 #define FUSION_SEQUENCE_VIEW_FILTER_VIEW_10022005_0608
 
-#include <boost/fusion/sequence/view/filter_view/filter_view.hpp>
-#include <boost/fusion/sequence/view/filter_view/filter_view_iterator.hpp>
+#include <boost/fusion/view/filter_view/filter_view.hpp>
+#include <boost/fusion/view/filter_view/filter_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/filter_view/filter_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/filter_view/filter_view.hpp (original)
+++ trunk/boost/fusion/view/filter_view/filter_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,10 +10,10 @@
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/support/is_view.hpp>
-#include <boost/fusion/sequence/view/filter_view/filter_view_iterator.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/end_impl.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/size_impl.hpp>
+#include <boost/fusion/view/filter_view/filter_view_iterator.hpp>
+#include <boost/fusion/view/filter_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/end_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/size_impl.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/mpl/bool.hpp>

Modified: trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/filter_view/filter_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,10 +10,10 @@
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
 #include <boost/fusion/support/iterator_base.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/value_of_impl.hpp>
-#include <boost/fusion/sequence/view/filter_view/detail/equal_to_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/next_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/filter_view/detail/equal_to_impl.hpp>
 #include <boost/fusion/algorithm/query/detail/find_if.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/view/iterator_range.hpp (from r40208, /trunk/boost/fusion/sequence/view/iterator_range.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/iterator_range.hpp (original)
+++ trunk/boost/fusion/view/iterator_range.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,6 +7,6 @@
 #if !defined(FUSION_SEQUENCE_VIEW_ITERATOR_RANGE_10022005_0610)
 #define FUSION_SEQUENCE_VIEW_ITERATOR_RANGE_10022005_0610
 
-#include <boost/fusion/sequence/view/iterator_range/iterator_range.hpp>
+#include <boost/fusion/view/iterator_range/iterator_range.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/iterator_range/iterator_range.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/iterator_range/iterator_range.hpp (original)
+++ trunk/boost/fusion/view/iterator_range/iterator_range.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,10 +12,10 @@
 #include <boost/fusion/support/category_of.hpp>
 #include <boost/fusion/iterator/distance.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
-#include <boost/fusion/sequence/view/iterator_range/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/iterator_range/detail/end_impl.hpp>
-#include <boost/fusion/sequence/view/iterator_range/detail/at_impl.hpp>
-#include <boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp>
+#include <boost/fusion/view/iterator_range/detail/begin_impl.hpp>
+#include <boost/fusion/view/iterator_range/detail/end_impl.hpp>
+#include <boost/fusion/view/iterator_range/detail/at_impl.hpp>
+#include <boost/fusion/view/iterator_range/detail/value_at_impl.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
 #include <boost/mpl/bool.hpp>
 

Copied: trunk/boost/fusion/view/joint_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/joint_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/joint_view.hpp (original)
+++ trunk/boost/fusion/view/joint_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SEQUENCE_VIEW_JOINT_VIEW_10022005_0610)
 #define FUSION_SEQUENCE_VIEW_JOINT_VIEW_10022005_0610
 
-#include <boost/fusion/sequence/view/joint_view/joint_view.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view_iterator.hpp>
+#include <boost/fusion/view/joint_view/joint_view.hpp>
+#include <boost/fusion/view/joint_view/joint_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/joint_view/joint_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/joint_view/joint_view.hpp (original)
+++ trunk/boost/fusion/view/joint_view/joint_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -12,9 +12,9 @@
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
-#include <boost/fusion/sequence/view/joint_view/joint_view_iterator.hpp>
-#include <boost/fusion/sequence/view/joint_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/joint_view/detail/end_impl.hpp>
+#include <boost/fusion/view/joint_view/joint_view_iterator.hpp>
+#include <boost/fusion/view/joint_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/joint_view/detail/end_impl.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/mpl/if.hpp>
 #include <boost/mpl/plus.hpp>

Modified: trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/joint_view/joint_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,9 +11,9 @@
 #include <boost/fusion/iterator/equal_to.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
-#include <boost/fusion/sequence/view/joint_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/joint_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/joint_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/joint_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/joint_view/detail/next_impl.hpp>
+#include <boost/fusion/view/joint_view/detail/value_of_impl.hpp>
 #include <boost/static_assert.hpp>
 
 namespace boost { namespace fusion

Copied: trunk/boost/fusion/view/repetitive_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/repetitive_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/repetitive_view.hpp (original)
+++ trunk/boost/fusion/view/repetitive_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,8 +8,8 @@
 #if !defined(BOOST_FUSION_REPETITIVE_VIEW_HPP_INCLUDED)
 #define BOOST_FUSION_REPETITIVE_VIEW_HPP_INCLUDED
 
-#include <boost/fusion/sequence/view/repetitive_view/repetitive_view.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/repetitive_view_iterator.hpp>
+#include <boost/fusion/view/repetitive_view/repetitive_view.hpp>
+#include <boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp>
 
 #endif
 

Modified: trunk/boost/fusion/view/repetitive_view/detail/begin_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/repetitive_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/repetitive_view/detail/begin_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define BOOST_FUSION_REPETITIVE_VIEW_BEGIN_IMPL_HPP_INCLUDED
 
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/repetitive_view_fwd.hpp>
+#include <boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/repetitive_view/detail/end_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/repetitive_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/repetitive_view/detail/end_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define BOOST_FUSION_REPETITIVE_VIEW_END_IMPL_HPP_INCLUDED
 
 #include <boost/fusion/sequence/intrinsic/end.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/repetitive_view_fwd.hpp>
+#include <boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/repetitive_view/repetitive_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/repetitive_view/repetitive_view.hpp (original)
+++ trunk/boost/fusion/view/repetitive_view/repetitive_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,8 +14,8 @@
 #include <boost/fusion/support/is_view.hpp>
 #include <boost/fusion/support/category_of.hpp>
 
-#include <boost/fusion/sequence/view/repetitive_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/detail/end_impl.hpp>
+#include <boost/fusion/view/repetitive_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/repetitive_view/detail/end_impl.hpp>
 
 
 namespace boost { namespace fusion

Modified: trunk/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/repetitive_view/repetitive_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -14,9 +14,9 @@
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/repetitive_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/repetitive_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/repetitive_view/detail/next_impl.hpp>
+#include <boost/fusion/view/repetitive_view/detail/value_of_impl.hpp>
 
 namespace boost { namespace fusion
 {

Copied: trunk/boost/fusion/view/reverse_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/reverse_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/reverse_view.hpp (original)
+++ trunk/boost/fusion/view/reverse_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SEQUENCE_VIEW_REVERSE_VIEW_10022005_0612)
 #define FUSION_SEQUENCE_VIEW_REVERSE_VIEW_10022005_0612
 
-#include <boost/fusion/sequence/view/reverse_view/reverse_view.hpp>
-#include <boost/fusion/sequence/view/reverse_view/reverse_view_iterator.hpp>
+#include <boost/fusion/view/reverse_view/reverse_view.hpp>
+#include <boost/fusion/view/reverse_view/reverse_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/reverse_view/reverse_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/reverse_view/reverse_view.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/reverse_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,9 +10,9 @@
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/support/is_view.hpp>
 #include <boost/fusion/support/category_of.hpp>
-#include <boost/fusion/sequence/view/reverse_view/reverse_view_iterator.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/end_impl.hpp>
+#include <boost/fusion/view/reverse_view/reverse_view_iterator.hpp>
+#include <boost/fusion/view/reverse_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/end_impl.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>

Modified: trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/reverse_view/reverse_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,12 +11,12 @@
 #include <boost/fusion/support/category_of.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/prior_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/advance_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/distance_impl.hpp>
-#include <boost/fusion/sequence/view/reverse_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/next_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/prior_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/advance_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/distance_impl.hpp>
+#include <boost/fusion/view/reverse_view/detail/value_of_impl.hpp>
 #include <boost/type_traits/is_base_of.hpp>
 #include <boost/static_assert.hpp>
 

Copied: trunk/boost/fusion/view/single_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/single_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/single_view.hpp (original)
+++ trunk/boost/fusion/view/single_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SINGLE_VIEW_03192006_2216)
 #define FUSION_SINGLE_VIEW_03192006_2216
 
-#include <boost/fusion/sequence/view/single_view/single_view.hpp>
-#include <boost/fusion/sequence/view/single_view/single_view_iterator.hpp>
+#include <boost/fusion/view/single_view/single_view.hpp>
+#include <boost/fusion/view/single_view/single_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/single_view/single_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/single_view/single_view.hpp (original)
+++ trunk/boost/fusion/view/single_view/single_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,9 +10,9 @@
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/support/detail/as_fusion_element.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
-#include <boost/fusion/sequence/view/single_view/single_view_iterator.hpp>
-#include <boost/fusion/sequence/view/single_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/single_view/detail/end_impl.hpp>
+#include <boost/fusion/view/single_view/single_view_iterator.hpp>
+#include <boost/fusion/view/single_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/single_view/detail/end_impl.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/int.hpp>
 

Modified: trunk/boost/fusion/view/single_view/single_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/single_view/single_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/single_view/single_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,9 +9,9 @@
 
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/support/iterator_base.hpp>
-#include <boost/fusion/sequence/view/single_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/single_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/single_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/single_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/single_view/detail/next_impl.hpp>
+#include <boost/fusion/view/single_view/detail/value_of_impl.hpp>
 
 namespace boost { namespace fusion
 {

Copied: trunk/boost/fusion/view/transform_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/transform_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view.hpp (original)
+++ trunk/boost/fusion/view/transform_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_SEQUENCE_VIEW_TRANSFORM_VIEW_10022005_0612)
 #define FUSION_SEQUENCE_VIEW_TRANSFORM_VIEW_10022005_0612
 
-#include <boost/fusion/sequence/view/transform_view/transform_view.hpp>
-#include <boost/fusion/sequence/view/transform_view/transform_view_iterator.hpp>
+#include <boost/fusion/view/transform_view/transform_view.hpp>
+#include <boost/fusion/view/transform_view/transform_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/transform_view/detail/at_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/at_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define BOOST_FUSION_AT_IMPL_20061029_1946
 
 #include <boost/mpl/apply.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/apply_transform_result.hpp>
+#include <boost/fusion/view/transform_view/detail/apply_transform_result.hpp>
 #include <boost/fusion/sequence/intrinsic/at.hpp>
 
 namespace boost { namespace fusion {

Modified: trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_BEGIN_IMPL_07162005_1031)
 #define FUSION_BEGIN_IMPL_07162005_1031
 
-#include <boost/fusion/sequence/view/transform_view/transform_view_fwd.hpp>
+#include <boost/fusion/view/transform_view/transform_view_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -10,7 +10,7 @@
 #include <boost/mpl/apply.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/apply_transform_result.hpp>
+#include <boost/fusion/view/transform_view/detail/apply_transform_result.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/transform_view/detail/end_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/end_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -7,7 +7,7 @@
 #if !defined(FUSION_END_IMPL_07162005_1028)
 #define FUSION_END_IMPL_07162005_1028
 
-#include <boost/fusion/sequence/view/transform_view/transform_view_fwd.hpp>
+#include <boost/fusion/view/transform_view/transform_view_fwd.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define BOOST_FUSION_VALUE_AT_IMPL_20061101_0745
 
 #include <boost/mpl/apply.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/apply_transform_result.hpp>
+#include <boost/fusion/view/transform_view/detail/apply_transform_result.hpp>
 #include <boost/fusion/sequence/intrinsic/at.hpp>
 
 namespace boost { namespace fusion {

Modified: trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 
 #include <boost/mpl/apply.hpp>
 #include <boost/fusion/iterator/value_of.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/apply_transform_result.hpp>
+#include <boost/fusion/view/transform_view/detail/apply_transform_result.hpp>
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/view/transform_view/transform_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/transform_view.hpp (original)
+++ trunk/boost/fusion/view/transform_view/transform_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,12 +11,12 @@
 #include <boost/fusion/support/detail/access.hpp>
 #include <boost/fusion/support/is_view.hpp>
 #include <boost/fusion/support/category_of.hpp>
-#include <boost/fusion/sequence/view/transform_view/transform_view_iterator.hpp>
-#include <boost/fusion/sequence/view/transform_view/transform_view_fwd.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/end_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/at_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/value_at_impl.hpp>
+#include <boost/fusion/view/transform_view/transform_view_iterator.hpp>
+#include <boost/fusion/view/transform_view/transform_view_fwd.hpp>
+#include <boost/fusion/view/transform_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/end_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/at_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/value_at_impl.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>

Modified: trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/transform_view/transform_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,13 +11,13 @@
 #include <boost/fusion/support/category_of.hpp>
 #include <boost/fusion/iterator/mpl/convert_iterator.hpp>
 #include <boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/prior_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/value_of_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/advance_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/distance_impl.hpp>
-#include <boost/fusion/sequence/view/transform_view/detail/equal_to_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/next_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/prior_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/advance_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/distance_impl.hpp>
+#include <boost/fusion/view/transform_view/detail/equal_to_impl.hpp>
 
 namespace boost { namespace fusion
 {

Copied: trunk/boost/fusion/view/zip_view.hpp (from r40208, /trunk/boost/fusion/sequence/view/zip_view.hpp)
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view.hpp (original)
+++ trunk/boost/fusion/view/zip_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_ZIP_VIEW_23012006_0811)
 #define FUSION_ZIP_VIEW_23012006_0811
 
-#include <boost/fusion/sequence/view/zip_view/zip_view.hpp>
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator.hpp>
+#include <boost/fusion/view/zip_view/zip_view.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator.hpp>
 
 #endif

Modified: trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/advance_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_ADVANCE_IMPL_20061024_2021)
 #define FUSION_ADVANCE_IMPL_20061024_2021
 
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/iterator/advance.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>
 #include <boost/type_traits/remove_reference.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/at_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/at_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_AT_IMPL_20060124_1933)
 #define FUSION_AT_IMPL_20060124_1933
 
-#include <boost/fusion/sequence/container/vector.hpp>
+#include <boost/fusion/container/vector.hpp>
 #include <boost/fusion/sequence/intrinsic/at.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -9,7 +9,7 @@
 #define FUSION_BEGIN_IMPL_20060123_2147
 
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>
 #include <boost/type_traits/remove_reference.hpp>
 #include <boost/type_traits/is_reference.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_DEREF_IMPL_20061024_1959)
 #define FUSION_DEREF_IMPL_20061024_1959
 
-#include <boost/fusion/sequence/container/vector.hpp>
+#include <boost/fusion/container/vector.hpp>
 #include <boost/fusion/iterator/deref.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/end_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/end_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_END_IMPL_20060123_2208)
 #define FUSION_END_IMPL_20060123_2208
 
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/next_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/next_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_NEXT_IMPL_20060124_2006)
 #define FUSION_NEXT_IMPL_20060124_2006
 
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/iterator/next.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>
 #include <boost/fusion/support/unused.hpp>

Modified: trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_PRIOR_IMPL_20060124_2006)
 #define FUSION_PRIOR_IMPL_20060124_2006
 
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/iterator/prior.hpp>
 #include <boost/fusion/algorithm/transformation/transform.hpp>
 #include <boost/fusion/support/unused.hpp>

Modified: trunk/boost/fusion/view/zip_view/zip_view.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/zip_view.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -11,12 +11,12 @@
 #include <boost/fusion/support/sequence_base.hpp>
 #include <boost/fusion/support/unused.hpp>
 #include <boost/fusion/iterator/equal_to.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/strictest_traversal.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/begin_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/end_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/size_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/at_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/value_at_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/strictest_traversal.hpp>
+#include <boost/fusion/view/zip_view/detail/begin_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/end_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/size_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/at_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/value_at_impl.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
 #include <boost/fusion/algorithm/query/find_if.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>

Modified: trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/zip_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,15 +8,15 @@
 #if !defined(FUSION_ZIP_VIEW_ITERATOR_23012006_0814)
 #define FUSION_ZIP_VIEW_ITERATOR_23012006_0814
 
-#include <boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp>
+#include <boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp>
 #include <boost/fusion/support/iterator_base.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/deref_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/next_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/prior_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/advance_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/distance_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/value_of_impl.hpp>
-#include <boost/fusion/sequence/view/zip_view/detail/equal_to_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/deref_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/next_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/prior_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/advance_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/distance_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/value_of_impl.hpp>
+#include <boost/fusion/view/zip_view/detail/equal_to_impl.hpp>
 
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
 

Modified: trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp
==============================================================================
--- /trunk/boost/fusion/sequence/view/zip_view/zip_view_iterator_fwd.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp 2007-10-20 07:31:03 EDT (Sat, 20 Oct 2007)
@@ -8,7 +8,7 @@
 #if !defined(FUSION_ZIP_VIEW_ITERATOR_FWD)
 #define FUSION_ZIP_VIEW_ITERATOR_FWD
 
-#include <boost/fusion/sequence/view/zip_view/detail/strictest_traversal.hpp>
+#include <boost/fusion/view/zip_view/detail/strictest_traversal.hpp>
 
 namespace boost { namespace fusion {
 


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