mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-05 08:09:20 +01:00
Rename tuple_for_each.hpp to tuple.hpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user