Rename tuple_for_each.hpp to tuple.hpp

This commit is contained in:
Peter Dimov
2017-06-08 16:35:55 +03:00
parent 8662f0ee76
commit 97720ed72d
9 changed files with 18 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/mp11/tuple_for_each.hpp>
#include <boost/mp11/tuple.hpp>
#include <boost/config.hpp>
// Technically std::tuple isn't constexpr enabled in C++11, but it works with libstdc++