update boost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user