update boost
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@file
|
||||
Forward declares `boost::hana::basic_tuple`.
|
||||
|
||||
@copyright Louis Dionne 2013-2017
|
||||
Copyright Louis Dionne 2013-2022
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
@@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/fwd/core/make.hpp>
|
||||
|
||||
|
||||
BOOST_HANA_NAMESPACE_BEGIN
|
||||
namespace boost { namespace hana {
|
||||
//! @ingroup group-datatypes
|
||||
//! Stripped down version of `hana::tuple`.
|
||||
//!
|
||||
@@ -64,7 +64,7 @@ BOOST_HANA_NAMESPACE_BEGIN
|
||||
//! Example
|
||||
//! -------
|
||||
//! @include example/basic_tuple/make.cpp
|
||||
constexpr auto make_basic_tuple = make<basic_tuple_tag>;
|
||||
BOOST_HANA_NAMESPACE_END
|
||||
BOOST_HANA_INLINE_VARIABLE constexpr auto make_basic_tuple = make<basic_tuple_tag>;
|
||||
}} // end namespace boost::hana
|
||||
|
||||
#endif // !BOOST_HANA_FWD_BASIC_TUPLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user