update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -2,7 +2,7 @@
@file
Defines `boost::hana::unique`.
@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)
*/
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/transform.hpp>
BOOST_HANA_NAMESPACE_BEGIN
namespace boost { namespace hana {
//! @cond
template <typename Xs>
constexpr auto unique_t::operator()(Xs&& xs) const {
@@ -70,6 +70,6 @@ BOOST_HANA_NAMESPACE_BEGIN
static constexpr auto apply(Xs&& xs)
{ return unique_impl::apply(static_cast<Xs&&>(xs), hana::equal); }
};
BOOST_HANA_NAMESPACE_END
}} // end namespace boost::hana
#endif // !BOOST_HANA_UNIQUE_HPP