diff options
Diffstat (limited to 'src/boost/libs/mpl/preprocessed/src/apply_wrap.cpp')
-rw-r--r-- | src/boost/libs/mpl/preprocessed/src/apply_wrap.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/mpl/preprocessed/src/apply_wrap.cpp b/src/boost/libs/mpl/preprocessed/src/apply_wrap.cpp new file mode 100644 index 00000000..41b737d6 --- /dev/null +++ b/src/boost/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$ +// $Date$ +// $Revision$ + +#define BOOST_MPL_PREPROCESSING_MODE +#include <boost/config.hpp> +#include <boost/mpl/apply_wrap.hpp> |