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/fusion/include/value_at_key.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boost/fusion/include/value_at_key.hpp (limited to 'boost/fusion/include/value_at_key.hpp') diff --git a/boost/fusion/include/value_at_key.hpp b/boost/fusion/include/value_at_key.hpp new file mode 100644 index 0000000000..4ab3dc1422 --- /dev/null +++ b/boost/fusion/include/value_at_key.hpp @@ -0,0 +1,12 @@ +/*============================================================================= + Copyright (c) 2001-2007 Joel de Guzman + + 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) +==============================================================================*/ +#if !defined(FUSION_INCLUDE_VALUE_AT_KEY) +#define FUSION_INCLUDE_VALUE_AT_KEY + +#include + +#endif -- cgit v1.2.3