summaryrefslogtreecommitdiff
path: root/boost/fusion/include
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/include')
-rw-r--r--boost/fusion/include/std_array.hpp (renamed from boost/fusion/include/adapt_adt_named.cpp)8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/fusion/include/adapt_adt_named.cpp b/boost/fusion/include/std_array.hpp
index 8ccdf0777e..ceb815ba96 100644
--- a/boost/fusion/include/adapt_adt_named.cpp
+++ b/boost/fusion/include/std_array.hpp
@@ -1,13 +1,13 @@
/*=============================================================================
- Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2017 Kohei Takahashi
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_ADAPT_ADT_NAMED)
-#define FUSION_INCLUDE_ADAPT_ADT_NAMED
+#if !defined(FUSION_INCLUDE_STD_ARRAY)
+#define FUSION_INCLUDE_STD_ARRAY
#include <boost/fusion/support/config.hpp>
-#include <boost/fusion/adapted/adt/adapt_adt_named.hpp>
+#include <boost/fusion/adapted/std_array.hpp>
#endif