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 --- boost/phoenix/object.hpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 boost/phoenix/object.hpp (limited to 'boost/phoenix/object.hpp') diff --git a/boost/phoenix/object.hpp b/boost/phoenix/object.hpp new file mode 100644 index 0000000000..6e4b528275 --- /dev/null +++ b/boost/phoenix/object.hpp @@ -0,0 +1,23 @@ +/*============================================================================== + Copyright (c) 2001-2010 Joel de Guzman + Copyright (c) 2010 Thomas Heller + + 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) +==============================================================================*/ +#ifndef BOOST_PHOENIX_OBJECT_HPP +#define BOOST_PHOENIX_OBJECT_HPP + +#ifdef BOOST_PHOENIX_USE_V2_OVER_V3 +#include +#else +#include +#include +#include +#include +#include +#include +#include +#endif + +#endif -- cgit v1.2.3