From 1a78a62555be32868418fe52f8e330c9d0f95d5a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:57:26 -0700 Subject: Imported Upstream version 1.49.0 --- libs/mpl/preprocessed/src/advance_backward.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/advance_forward.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/and.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/apply.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/apply_fwd.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/apply_wrap.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/arg.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/basic_bind.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/bind.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/bind_fwd.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/bitand.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/bitor.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/bitxor.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/deque.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/divides.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/equal_to.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/fold_impl.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/full_lambda.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/greater.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/greater_equal.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/inherit.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/iter_fold_if_impl.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/iter_fold_impl.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/lambda_no_ctps.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/less.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/less_equal.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/list.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/list_c.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/map.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/minus.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/modulus.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/not_equal_to.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/or.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/placeholders.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/plus.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/quote.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/reverse_fold_impl.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/set.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/set_c.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/shift_left.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/shift_right.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/template_arity.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/times.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/unpack_args.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/vector.cpp | 16 ++++++++++++++++ libs/mpl/preprocessed/src/vector_c.cpp | 16 ++++++++++++++++ 47 files changed, 752 insertions(+) create mode 100644 libs/mpl/preprocessed/src/advance_backward.cpp create mode 100644 libs/mpl/preprocessed/src/advance_forward.cpp create mode 100644 libs/mpl/preprocessed/src/and.cpp create mode 100644 libs/mpl/preprocessed/src/apply.cpp create mode 100644 libs/mpl/preprocessed/src/apply_fwd.cpp create mode 100644 libs/mpl/preprocessed/src/apply_wrap.cpp create mode 100644 libs/mpl/preprocessed/src/arg.cpp create mode 100644 libs/mpl/preprocessed/src/basic_bind.cpp create mode 100644 libs/mpl/preprocessed/src/bind.cpp create mode 100644 libs/mpl/preprocessed/src/bind_fwd.cpp create mode 100644 libs/mpl/preprocessed/src/bitand.cpp create mode 100644 libs/mpl/preprocessed/src/bitor.cpp create mode 100644 libs/mpl/preprocessed/src/bitxor.cpp create mode 100644 libs/mpl/preprocessed/src/deque.cpp create mode 100644 libs/mpl/preprocessed/src/divides.cpp create mode 100644 libs/mpl/preprocessed/src/equal_to.cpp create mode 100644 libs/mpl/preprocessed/src/fold_impl.cpp create mode 100644 libs/mpl/preprocessed/src/full_lambda.cpp create mode 100644 libs/mpl/preprocessed/src/greater.cpp create mode 100644 libs/mpl/preprocessed/src/greater_equal.cpp create mode 100644 libs/mpl/preprocessed/src/inherit.cpp create mode 100644 libs/mpl/preprocessed/src/iter_fold_if_impl.cpp create mode 100644 libs/mpl/preprocessed/src/iter_fold_impl.cpp create mode 100644 libs/mpl/preprocessed/src/lambda_no_ctps.cpp create mode 100644 libs/mpl/preprocessed/src/less.cpp create mode 100644 libs/mpl/preprocessed/src/less_equal.cpp create mode 100644 libs/mpl/preprocessed/src/list.cpp create mode 100644 libs/mpl/preprocessed/src/list_c.cpp create mode 100644 libs/mpl/preprocessed/src/map.cpp create mode 100644 libs/mpl/preprocessed/src/minus.cpp create mode 100644 libs/mpl/preprocessed/src/modulus.cpp create mode 100644 libs/mpl/preprocessed/src/not_equal_to.cpp create mode 100644 libs/mpl/preprocessed/src/or.cpp create mode 100644 libs/mpl/preprocessed/src/placeholders.cpp create mode 100644 libs/mpl/preprocessed/src/plus.cpp create mode 100644 libs/mpl/preprocessed/src/quote.cpp create mode 100644 libs/mpl/preprocessed/src/reverse_fold_impl.cpp create mode 100644 libs/mpl/preprocessed/src/reverse_iter_fold_impl.cpp create mode 100644 libs/mpl/preprocessed/src/set.cpp create mode 100644 libs/mpl/preprocessed/src/set_c.cpp create mode 100644 libs/mpl/preprocessed/src/shift_left.cpp create mode 100644 libs/mpl/preprocessed/src/shift_right.cpp create mode 100644 libs/mpl/preprocessed/src/template_arity.cpp create mode 100644 libs/mpl/preprocessed/src/times.cpp create mode 100644 libs/mpl/preprocessed/src/unpack_args.cpp create mode 100644 libs/mpl/preprocessed/src/vector.cpp create mode 100644 libs/mpl/preprocessed/src/vector_c.cpp (limited to 'libs/mpl/preprocessed/src') 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include 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 +#include -- cgit v1.2.3