summaryrefslogtreecommitdiff
path: root/boost/mpl/map
diff options
context:
space:
mode:
Diffstat (limited to 'boost/mpl/map')
-rw-r--r--boost/mpl/map/aux_/at_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/begin_end_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/clear_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/contains_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/empty_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/erase_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/erase_key_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/has_key_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/include_preprocessed.hpp2
-rw-r--r--boost/mpl/map/aux_/insert_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/item.hpp2
-rw-r--r--boost/mpl/map/aux_/iterator.hpp2
-rw-r--r--boost/mpl/map/aux_/key_type_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/map0.hpp2
-rw-r--r--boost/mpl/map/aux_/numbered.hpp2
-rw-r--r--boost/mpl/map/aux_/size_impl.hpp2
-rw-r--r--boost/mpl/map/aux_/tag.hpp2
-rw-r--r--boost/mpl/map/aux_/value_type_impl.hpp2
-rw-r--r--boost/mpl/map/map0.hpp2
-rw-r--r--boost/mpl/map/map10.hpp2
-rw-r--r--boost/mpl/map/map20.hpp2
-rw-r--r--boost/mpl/map/map30.hpp2
-rw-r--r--boost/mpl/map/map40.hpp2
-rw-r--r--boost/mpl/map/map50.hpp2
24 files changed, 24 insertions, 24 deletions
diff --git a/boost/mpl/map/aux_/at_impl.hpp b/boost/mpl/map/aux_/at_impl.hpp
index dcec6b2c34..e531a704cc 100644
--- a/boost/mpl/map/aux_/at_impl.hpp
+++ b/boost/mpl/map/aux_/at_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: at_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/at_fwd.hpp>
diff --git a/boost/mpl/map/aux_/begin_end_impl.hpp b/boost/mpl/map/aux_/begin_end_impl.hpp
index 7e5afb9b9c..b450ecf713 100644
--- a/boost/mpl/map/aux_/begin_end_impl.hpp
+++ b/boost/mpl/map/aux_/begin_end_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: begin_end_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/begin_end_fwd.hpp>
diff --git a/boost/mpl/map/aux_/clear_impl.hpp b/boost/mpl/map/aux_/clear_impl.hpp
index eb5ac9b3b5..d2020a2e41 100644
--- a/boost/mpl/map/aux_/clear_impl.hpp
+++ b/boost/mpl/map/aux_/clear_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: clear_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/clear_fwd.hpp>
diff --git a/boost/mpl/map/aux_/contains_impl.hpp b/boost/mpl/map/aux_/contains_impl.hpp
index 73a832ec15..67402334ad 100644
--- a/boost/mpl/map/aux_/contains_impl.hpp
+++ b/boost/mpl/map/aux_/contains_impl.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: contains_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/contains_fwd.hpp>
diff --git a/boost/mpl/map/aux_/empty_impl.hpp b/boost/mpl/map/aux_/empty_impl.hpp
index 99dde3e268..b4f3511ea0 100644
--- a/boost/mpl/map/aux_/empty_impl.hpp
+++ b/boost/mpl/map/aux_/empty_impl.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: empty_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/empty_fwd.hpp>
diff --git a/boost/mpl/map/aux_/erase_impl.hpp b/boost/mpl/map/aux_/erase_impl.hpp
index 1eae144262..8328e80183 100644
--- a/boost/mpl/map/aux_/erase_impl.hpp
+++ b/boost/mpl/map/aux_/erase_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: erase_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/erase_fwd.hpp>
diff --git a/boost/mpl/map/aux_/erase_key_impl.hpp b/boost/mpl/map/aux_/erase_key_impl.hpp
index d1dbd7c6fa..9a8a715f83 100644
--- a/boost/mpl/map/aux_/erase_key_impl.hpp
+++ b/boost/mpl/map/aux_/erase_key_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: erase_key_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/erase_key_fwd.hpp>
diff --git a/boost/mpl/map/aux_/has_key_impl.hpp b/boost/mpl/map/aux_/has_key_impl.hpp
index 70278ac97b..3ff49c2492 100644
--- a/boost/mpl/map/aux_/has_key_impl.hpp
+++ b/boost/mpl/map/aux_/has_key_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: has_key_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/has_key_fwd.hpp>
diff --git a/boost/mpl/map/aux_/include_preprocessed.hpp b/boost/mpl/map/aux_/include_preprocessed.hpp
index bff33965a6..89e4b16462 100644
--- a/boost/mpl/map/aux_/include_preprocessed.hpp
+++ b/boost/mpl/map/aux_/include_preprocessed.hpp
@@ -8,7 +8,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: include_preprocessed.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
diff --git a/boost/mpl/map/aux_/insert_impl.hpp b/boost/mpl/map/aux_/insert_impl.hpp
index 411909f8f2..ab0aad388a 100644
--- a/boost/mpl/map/aux_/insert_impl.hpp
+++ b/boost/mpl/map/aux_/insert_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: insert_impl.hpp 55751 2009-08-24 04:11:00Z agurtovoy $
-// $Date: 2009-08-24 00:11:00 -0400 (Mon, 24 Aug 2009) $
+// $Date: 2009-08-23 21:11:00 -0700 (Sun, 23 Aug 2009) $
// $Revision: 55751 $
#include <boost/mpl/insert_fwd.hpp>
diff --git a/boost/mpl/map/aux_/item.hpp b/boost/mpl/map/aux_/item.hpp
index e9b5eccbfb..8ff86b39cb 100644
--- a/boost/mpl/map/aux_/item.hpp
+++ b/boost/mpl/map/aux_/item.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: item.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/void.hpp>
diff --git a/boost/mpl/map/aux_/iterator.hpp b/boost/mpl/map/aux_/iterator.hpp
index 403170751d..ecae6f8a22 100644
--- a/boost/mpl/map/aux_/iterator.hpp
+++ b/boost/mpl/map/aux_/iterator.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: iterator.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/map/aux_/map0.hpp>
diff --git a/boost/mpl/map/aux_/key_type_impl.hpp b/boost/mpl/map/aux_/key_type_impl.hpp
index e8750eb377..df883fc332 100644
--- a/boost/mpl/map/aux_/key_type_impl.hpp
+++ b/boost/mpl/map/aux_/key_type_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: key_type_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/key_type_fwd.hpp>
diff --git a/boost/mpl/map/aux_/map0.hpp b/boost/mpl/map/aux_/map0.hpp
index 9646cf8fb1..acba1a4b1e 100644
--- a/boost/mpl/map/aux_/map0.hpp
+++ b/boost/mpl/map/aux_/map0.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map0.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/long.hpp>
diff --git a/boost/mpl/map/aux_/numbered.hpp b/boost/mpl/map/aux_/numbered.hpp
index b092839b86..453fe87834 100644
--- a/boost/mpl/map/aux_/numbered.hpp
+++ b/boost/mpl/map/aux_/numbered.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: numbered.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#else
diff --git a/boost/mpl/map/aux_/size_impl.hpp b/boost/mpl/map/aux_/size_impl.hpp
index 70febc57cd..786e169cfb 100644
--- a/boost/mpl/map/aux_/size_impl.hpp
+++ b/boost/mpl/map/aux_/size_impl.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: size_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/size_fwd.hpp>
diff --git a/boost/mpl/map/aux_/tag.hpp b/boost/mpl/map/aux_/tag.hpp
index a698ddcf9c..05bb3ab0a1 100644
--- a/boost/mpl/map/aux_/tag.hpp
+++ b/boost/mpl/map/aux_/tag.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: tag.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
namespace boost { namespace mpl { namespace aux {
diff --git a/boost/mpl/map/aux_/value_type_impl.hpp b/boost/mpl/map/aux_/value_type_impl.hpp
index ca779677d0..edf3d892e7 100644
--- a/boost/mpl/map/aux_/value_type_impl.hpp
+++ b/boost/mpl/map/aux_/value_type_impl.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: value_type_impl.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/value_type_fwd.hpp>
diff --git a/boost/mpl/map/map0.hpp b/boost/mpl/map/map0.hpp
index a130844ec7..c1082ffbf2 100644
--- a/boost/mpl/map/map0.hpp
+++ b/boost/mpl/map/map0.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map0.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#include <boost/mpl/map/aux_/contains_impl.hpp>
diff --git a/boost/mpl/map/map10.hpp b/boost/mpl/map/map10.hpp
index bc9ab754a0..efe0e6a036 100644
--- a/boost/mpl/map/map10.hpp
+++ b/boost/mpl/map/map10.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map10.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
diff --git a/boost/mpl/map/map20.hpp b/boost/mpl/map/map20.hpp
index f63571e3c9..24500830c0 100644
--- a/boost/mpl/map/map20.hpp
+++ b/boost/mpl/map/map20.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map20.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
diff --git a/boost/mpl/map/map30.hpp b/boost/mpl/map/map30.hpp
index c08b89d67d..3480ebe0e5 100644
--- a/boost/mpl/map/map30.hpp
+++ b/boost/mpl/map/map30.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map30.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
diff --git a/boost/mpl/map/map40.hpp b/boost/mpl/map/map40.hpp
index 426c31b540..ef928faf23 100644
--- a/boost/mpl/map/map40.hpp
+++ b/boost/mpl/map/map40.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map40.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
diff --git a/boost/mpl/map/map50.hpp b/boost/mpl/map/map50.hpp
index 2058e54a71..8eae6403d8 100644
--- a/boost/mpl/map/map50.hpp
+++ b/boost/mpl/map/map50.hpp
@@ -12,7 +12,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: map50.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
-// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49267 $
#if !defined(BOOST_MPL_PREPROCESSING_MODE)