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

@@ -2653,8 +2653,8 @@ template<class Q, class... T> using mp_bind_back_q = mp_bind_back<Q::template fn
} // namespace boost
#endif // #ifndef BOOST_MP11_BIND_HPP_INCLUDED
#ifndef BOOST_MP11_TUPLE_FOR_EACH_HPP_INCLUDED
#define BOOST_MP11_TUPLE_FOR_EACH_HPP_INCLUDED
#ifndef BOOST_MP11_TUPLE_HPP_INCLUDED
#define BOOST_MP11_TUPLE_HPP_INCLUDED
// Copyright 2015, 2017 Peter Dimov.
//
@@ -2675,6 +2675,7 @@ namespace boost
namespace mp11
{
// tuple_for_each
namespace detail
{
@@ -2704,6 +2705,6 @@ template<class Tp, class F> BOOST_CONSTEXPR F tuple_for_each( Tp && tp, F && f )
} // namespace mp11
} // namespace boost
#endif // #ifndef BOOST_TUPLE_FOR_EACH_HPP_INCLUDED
#endif // #ifndef BOOST_TUPLE_HPP_INCLUDED
#endif // #ifndef BOOST_MP11_HPP_INCLUDED