summaryrefslogtreecommitdiff
path: root/libs/mpl/preprocessed/src
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
commit1a78a62555be32868418fe52f8e330c9d0f95d5a (patch)
treed3765a80e7d3b9640ec2e930743630cd6b9fce2b /libs/mpl/preprocessed/src
downloadboost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.gz
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.bz2
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.zip
Imported Upstream version 1.49.0upstream/1.49.0
Diffstat (limited to 'libs/mpl/preprocessed/src')
-rw-r--r--libs/mpl/preprocessed/src/advance_backward.cpp16
-rw-r--r--libs/mpl/preprocessed/src/advance_forward.cpp16
-rw-r--r--libs/mpl/preprocessed/src/and.cpp16
-rw-r--r--libs/mpl/preprocessed/src/apply.cpp16
-rw-r--r--libs/mpl/preprocessed/src/apply_fwd.cpp16
-rw-r--r--libs/mpl/preprocessed/src/apply_wrap.cpp16
-rw-r--r--libs/mpl/preprocessed/src/arg.cpp16
-rw-r--r--libs/mpl/preprocessed/src/basic_bind.cpp16
-rw-r--r--libs/mpl/preprocessed/src/bind.cpp16
-rw-r--r--libs/mpl/preprocessed/src/bind_fwd.cpp16
-rw-r--r--libs/mpl/preprocessed/src/bitand.cpp16
-rw-r--r--libs/mpl/preprocessed/src/bitor.cpp16
-rw-r--r--libs/mpl/preprocessed/src/bitxor.cpp16
-rw-r--r--libs/mpl/preprocessed/src/deque.cpp16
-rw-r--r--libs/mpl/preprocessed/src/divides.cpp16
-rw-r--r--libs/mpl/preprocessed/src/equal_to.cpp16
-rw-r--r--libs/mpl/preprocessed/src/fold_impl.cpp16
-rw-r--r--libs/mpl/preprocessed/src/full_lambda.cpp16
-rw-r--r--libs/mpl/preprocessed/src/greater.cpp16
-rw-r--r--libs/mpl/preprocessed/src/greater_equal.cpp16
-rw-r--r--libs/mpl/preprocessed/src/inherit.cpp16
-rw-r--r--libs/mpl/preprocessed/src/iter_fold_if_impl.cpp16
-rw-r--r--libs/mpl/preprocessed/src/iter_fold_impl.cpp16
-rw-r--r--libs/mpl/preprocessed/src/lambda_no_ctps.cpp16
-rw-r--r--libs/mpl/preprocessed/src/less.cpp16
-rw-r--r--libs/mpl/preprocessed/src/less_equal.cpp16
-rw-r--r--libs/mpl/preprocessed/src/list.cpp16
-rw-r--r--libs/mpl/preprocessed/src/list_c.cpp16
-rw-r--r--libs/mpl/preprocessed/src/map.cpp16
-rw-r--r--libs/mpl/preprocessed/src/minus.cpp16
-rw-r--r--libs/mpl/preprocessed/src/modulus.cpp16
-rw-r--r--libs/mpl/preprocessed/src/not_equal_to.cpp16
-rw-r--r--libs/mpl/preprocessed/src/or.cpp16
-rw-r--r--libs/mpl/preprocessed/src/placeholders.cpp16
-rw-r--r--libs/mpl/preprocessed/src/plus.cpp16
-rw-r--r--libs/mpl/preprocessed/src/quote.cpp16
-rw-r--r--libs/mpl/preprocessed/src/reverse_fold_impl.cpp16
-rw-r--r--libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp16
-rw-r--r--libs/mpl/preprocessed/src/set.cpp16
-rw-r--r--libs/mpl/preprocessed/src/set_c.cpp16
-rw-r--r--libs/mpl/preprocessed/src/shift_left.cpp16
-rw-r--r--libs/mpl/preprocessed/src/shift_right.cpp16
-rw-r--r--libs/mpl/preprocessed/src/template_arity.cpp16
-rw-r--r--libs/mpl/preprocessed/src/times.cpp16
-rw-r--r--libs/mpl/preprocessed/src/unpack_args.cpp16
-rw-r--r--libs/mpl/preprocessed/src/vector.cpp16
-rw-r--r--libs/mpl/preprocessed/src/vector_c.cpp16
47 files changed, 752 insertions, 0 deletions
diff --git a/libs/mpl/preprocessed/src/advance_backward.cpp b/libs/mpl/preprocessed/src/advance_backward.cpp
new file mode 100644
index 0000000000..60fd4d0771
--- /dev/null
+++ b/libs/mpl/preprocessed/src/advance_backward.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: advance_backward.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/advance_backward.hpp>
diff --git a/libs/mpl/preprocessed/src/advance_forward.cpp b/libs/mpl/preprocessed/src/advance_forward.cpp
new file mode 100644
index 0000000000..de3e1b9832
--- /dev/null
+++ b/libs/mpl/preprocessed/src/advance_forward.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: advance_forward.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/advance_forward.hpp>
diff --git a/libs/mpl/preprocessed/src/and.cpp b/libs/mpl/preprocessed/src/and.cpp
new file mode 100644
index 0000000000..69b4de41d3
--- /dev/null
+++ b/libs/mpl/preprocessed/src/and.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: and.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/and.hpp>
diff --git a/libs/mpl/preprocessed/src/apply.cpp b/libs/mpl/preprocessed/src/apply.cpp
new file mode 100644
index 0000000000..0bc6bb1c22
--- /dev/null
+++ b/libs/mpl/preprocessed/src/apply.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: apply.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/apply.hpp>
diff --git a/libs/mpl/preprocessed/src/apply_fwd.cpp b/libs/mpl/preprocessed/src/apply_fwd.cpp
new file mode 100644
index 0000000000..d48beeeb53
--- /dev/null
+++ b/libs/mpl/preprocessed/src/apply_fwd.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: apply_fwd.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/apply_fwd.hpp>
diff --git a/libs/mpl/preprocessed/src/apply_wrap.cpp b/libs/mpl/preprocessed/src/apply_wrap.cpp
new file mode 100644
index 0000000000..fe7d8541b4
--- /dev/null
+++ b/libs/mpl/preprocessed/src/apply_wrap.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: apply_wrap.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/apply_wrap.hpp>
diff --git a/libs/mpl/preprocessed/src/arg.cpp b/libs/mpl/preprocessed/src/arg.cpp
new file mode 100644
index 0000000000..3667cc2b22
--- /dev/null
+++ b/libs/mpl/preprocessed/src/arg.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: arg.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/arg.hpp>
diff --git a/libs/mpl/preprocessed/src/basic_bind.cpp b/libs/mpl/preprocessed/src/basic_bind.cpp
new file mode 100644
index 0000000000..71894d0d20
--- /dev/null
+++ b/libs/mpl/preprocessed/src/basic_bind.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: basic_bind.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/basic_bind.hpp>
diff --git a/libs/mpl/preprocessed/src/bind.cpp b/libs/mpl/preprocessed/src/bind.cpp
new file mode 100644
index 0000000000..6e72051aa1
--- /dev/null
+++ b/libs/mpl/preprocessed/src/bind.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: bind.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/bind.hpp>
diff --git a/libs/mpl/preprocessed/src/bind_fwd.cpp b/libs/mpl/preprocessed/src/bind_fwd.cpp
new file mode 100644
index 0000000000..d34c90e570
--- /dev/null
+++ b/libs/mpl/preprocessed/src/bind_fwd.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: bind_fwd.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/bind_fwd.hpp>
diff --git a/libs/mpl/preprocessed/src/bitand.cpp b/libs/mpl/preprocessed/src/bitand.cpp
new file mode 100644
index 0000000000..87a113c0bf
--- /dev/null
+++ b/libs/mpl/preprocessed/src/bitand.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: bitand.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/bitand.hpp>
diff --git a/libs/mpl/preprocessed/src/bitor.cpp b/libs/mpl/preprocessed/src/bitor.cpp
new file mode 100644
index 0000000000..8394cd7c8f
--- /dev/null
+++ b/libs/mpl/preprocessed/src/bitor.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: bitor.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/bitor.hpp>
diff --git a/libs/mpl/preprocessed/src/bitxor.cpp b/libs/mpl/preprocessed/src/bitxor.cpp
new file mode 100644
index 0000000000..8219b0cdec
--- /dev/null
+++ b/libs/mpl/preprocessed/src/bitxor.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: bitxor.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/bitxor.hpp>
diff --git a/libs/mpl/preprocessed/src/deque.cpp b/libs/mpl/preprocessed/src/deque.cpp
new file mode 100644
index 0000000000..d3c2adfd87
--- /dev/null
+++ b/libs/mpl/preprocessed/src/deque.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: deque.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/deque.hpp>
diff --git a/libs/mpl/preprocessed/src/divides.cpp b/libs/mpl/preprocessed/src/divides.cpp
new file mode 100644
index 0000000000..dd857c9d9f
--- /dev/null
+++ b/libs/mpl/preprocessed/src/divides.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: divides.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/divides.hpp>
diff --git a/libs/mpl/preprocessed/src/equal_to.cpp b/libs/mpl/preprocessed/src/equal_to.cpp
new file mode 100644
index 0000000000..4d7a14e19b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/equal_to.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: equal_to.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/equal_to.hpp>
diff --git a/libs/mpl/preprocessed/src/fold_impl.cpp b/libs/mpl/preprocessed/src/fold_impl.cpp
new file mode 100644
index 0000000000..44525e16f4
--- /dev/null
+++ b/libs/mpl/preprocessed/src/fold_impl.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: fold_impl.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/fold_impl.hpp>
diff --git a/libs/mpl/preprocessed/src/full_lambda.cpp b/libs/mpl/preprocessed/src/full_lambda.cpp
new file mode 100644
index 0000000000..5f3f6c40b8
--- /dev/null
+++ b/libs/mpl/preprocessed/src/full_lambda.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: full_lambda.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/full_lambda.hpp>
diff --git a/libs/mpl/preprocessed/src/greater.cpp b/libs/mpl/preprocessed/src/greater.cpp
new file mode 100644
index 0000000000..e084d0d5ec
--- /dev/null
+++ b/libs/mpl/preprocessed/src/greater.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: greater.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/greater.hpp>
diff --git a/libs/mpl/preprocessed/src/greater_equal.cpp b/libs/mpl/preprocessed/src/greater_equal.cpp
new file mode 100644
index 0000000000..75e1563be0
--- /dev/null
+++ b/libs/mpl/preprocessed/src/greater_equal.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: greater_equal.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/greater_equal.hpp>
diff --git a/libs/mpl/preprocessed/src/inherit.cpp b/libs/mpl/preprocessed/src/inherit.cpp
new file mode 100644
index 0000000000..e610727ba3
--- /dev/null
+++ b/libs/mpl/preprocessed/src/inherit.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: inherit.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/inherit.hpp>
diff --git a/libs/mpl/preprocessed/src/iter_fold_if_impl.cpp b/libs/mpl/preprocessed/src/iter_fold_if_impl.cpp
new file mode 100644
index 0000000000..549c9ed537
--- /dev/null
+++ b/libs/mpl/preprocessed/src/iter_fold_if_impl.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: iter_fold_if_impl.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/iter_fold_if_impl.hpp>
diff --git a/libs/mpl/preprocessed/src/iter_fold_impl.cpp b/libs/mpl/preprocessed/src/iter_fold_impl.cpp
new file mode 100644
index 0000000000..009069603e
--- /dev/null
+++ b/libs/mpl/preprocessed/src/iter_fold_impl.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: iter_fold_impl.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/iter_fold_impl.hpp>
diff --git a/libs/mpl/preprocessed/src/lambda_no_ctps.cpp b/libs/mpl/preprocessed/src/lambda_no_ctps.cpp
new file mode 100644
index 0000000000..9788fc893b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/lambda_no_ctps.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: lambda_no_ctps.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/lambda_no_ctps.hpp>
diff --git a/libs/mpl/preprocessed/src/less.cpp b/libs/mpl/preprocessed/src/less.cpp
new file mode 100644
index 0000000000..20fe39766b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/less.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: less.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/less.hpp>
diff --git a/libs/mpl/preprocessed/src/less_equal.cpp b/libs/mpl/preprocessed/src/less_equal.cpp
new file mode 100644
index 0000000000..beadde4d23
--- /dev/null
+++ b/libs/mpl/preprocessed/src/less_equal.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: less_equal.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/less_equal.hpp>
diff --git a/libs/mpl/preprocessed/src/list.cpp b/libs/mpl/preprocessed/src/list.cpp
new file mode 100644
index 0000000000..caa4e1d9ad
--- /dev/null
+++ b/libs/mpl/preprocessed/src/list.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: list.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/list.hpp>
diff --git a/libs/mpl/preprocessed/src/list_c.cpp b/libs/mpl/preprocessed/src/list_c.cpp
new file mode 100644
index 0000000000..bf51284af7
--- /dev/null
+++ b/libs/mpl/preprocessed/src/list_c.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: list_c.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/list_c.hpp>
diff --git a/libs/mpl/preprocessed/src/map.cpp b/libs/mpl/preprocessed/src/map.cpp
new file mode 100644
index 0000000000..88eb042c8b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/map.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: map.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/map.hpp>
diff --git a/libs/mpl/preprocessed/src/minus.cpp b/libs/mpl/preprocessed/src/minus.cpp
new file mode 100644
index 0000000000..dee69ec44a
--- /dev/null
+++ b/libs/mpl/preprocessed/src/minus.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: minus.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/minus.hpp>
diff --git a/libs/mpl/preprocessed/src/modulus.cpp b/libs/mpl/preprocessed/src/modulus.cpp
new file mode 100644
index 0000000000..753b8d63a4
--- /dev/null
+++ b/libs/mpl/preprocessed/src/modulus.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: modulus.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/modulus.hpp>
diff --git a/libs/mpl/preprocessed/src/not_equal_to.cpp b/libs/mpl/preprocessed/src/not_equal_to.cpp
new file mode 100644
index 0000000000..eb55b33e05
--- /dev/null
+++ b/libs/mpl/preprocessed/src/not_equal_to.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: not_equal_to.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/not_equal_to.hpp>
diff --git a/libs/mpl/preprocessed/src/or.cpp b/libs/mpl/preprocessed/src/or.cpp
new file mode 100644
index 0000000000..361b43e8a6
--- /dev/null
+++ b/libs/mpl/preprocessed/src/or.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: or.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/or.hpp>
diff --git a/libs/mpl/preprocessed/src/placeholders.cpp b/libs/mpl/preprocessed/src/placeholders.cpp
new file mode 100644
index 0000000000..c781ee665b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/placeholders.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: placeholders.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/placeholders.hpp>
diff --git a/libs/mpl/preprocessed/src/plus.cpp b/libs/mpl/preprocessed/src/plus.cpp
new file mode 100644
index 0000000000..61c6c2e0b3
--- /dev/null
+++ b/libs/mpl/preprocessed/src/plus.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: plus.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/plus.hpp>
diff --git a/libs/mpl/preprocessed/src/quote.cpp b/libs/mpl/preprocessed/src/quote.cpp
new file mode 100644
index 0000000000..d2d7be2f91
--- /dev/null
+++ b/libs/mpl/preprocessed/src/quote.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: quote.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/quote.hpp>
diff --git a/libs/mpl/preprocessed/src/reverse_fold_impl.cpp b/libs/mpl/preprocessed/src/reverse_fold_impl.cpp
new file mode 100644
index 0000000000..47020356bf
--- /dev/null
+++ b/libs/mpl/preprocessed/src/reverse_fold_impl.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: reverse_fold_impl.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/reverse_fold_impl.hpp>
diff --git a/libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp b/libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp
new file mode 100644
index 0000000000..cf8ab31a14
--- /dev/null
+++ b/libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: reverse_iter_fold_impl.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/reverse_iter_fold_impl.hpp>
diff --git a/libs/mpl/preprocessed/src/set.cpp b/libs/mpl/preprocessed/src/set.cpp
new file mode 100644
index 0000000000..386a58bca4
--- /dev/null
+++ b/libs/mpl/preprocessed/src/set.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: set.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/set.hpp>
diff --git a/libs/mpl/preprocessed/src/set_c.cpp b/libs/mpl/preprocessed/src/set_c.cpp
new file mode 100644
index 0000000000..6130eb3d4b
--- /dev/null
+++ b/libs/mpl/preprocessed/src/set_c.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: set_c.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/set_c.hpp>
diff --git a/libs/mpl/preprocessed/src/shift_left.cpp b/libs/mpl/preprocessed/src/shift_left.cpp
new file mode 100644
index 0000000000..f61af5394e
--- /dev/null
+++ b/libs/mpl/preprocessed/src/shift_left.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: shift_left.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/shift_left.hpp>
diff --git a/libs/mpl/preprocessed/src/shift_right.cpp b/libs/mpl/preprocessed/src/shift_right.cpp
new file mode 100644
index 0000000000..d6fd0d76b5
--- /dev/null
+++ b/libs/mpl/preprocessed/src/shift_right.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: shift_right.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/shift_right.hpp>
diff --git a/libs/mpl/preprocessed/src/template_arity.cpp b/libs/mpl/preprocessed/src/template_arity.cpp
new file mode 100644
index 0000000000..80cfd28c21
--- /dev/null
+++ b/libs/mpl/preprocessed/src/template_arity.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: template_arity.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/aux_/template_arity.hpp>
diff --git a/libs/mpl/preprocessed/src/times.cpp b/libs/mpl/preprocessed/src/times.cpp
new file mode 100644
index 0000000000..281bc7c7dd
--- /dev/null
+++ b/libs/mpl/preprocessed/src/times.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: times.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/times.hpp>
diff --git a/libs/mpl/preprocessed/src/unpack_args.cpp b/libs/mpl/preprocessed/src/unpack_args.cpp
new file mode 100644
index 0000000000..192d70e8da
--- /dev/null
+++ b/libs/mpl/preprocessed/src/unpack_args.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: unpack_args.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/unpack_args.hpp>
diff --git a/libs/mpl/preprocessed/src/vector.cpp b/libs/mpl/preprocessed/src/vector.cpp
new file mode 100644
index 0000000000..bd1babf364
--- /dev/null
+++ b/libs/mpl/preprocessed/src/vector.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: vector.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/vector.hpp>
diff --git a/libs/mpl/preprocessed/src/vector_c.cpp b/libs/mpl/preprocessed/src/vector_c.cpp
new file mode 100644
index 0000000000..9c49a1ee7c
--- /dev/null
+++ b/libs/mpl/preprocessed/src/vector_c.cpp
@@ -0,0 +1,16 @@
+
+// Copyright Aleksey Gurtovoy 2002-2004
+//
+// 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)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: vector_c.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
+// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Revision: 49268 $
+
+#define BOOST_MPL_PREPROCESSING_MODE
+#include <boost/config.hpp>
+#include <boost/mpl/vector_c.hpp>