update boost
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@file
|
||||
Defines `boost::hana::Struct`.
|
||||
|
||||
@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)
|
||||
*/
|
||||
@@ -19,13 +19,13 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/detail/integral_constant.hpp>
|
||||
|
||||
|
||||
BOOST_HANA_NAMESPACE_BEGIN
|
||||
namespace boost { namespace hana {
|
||||
template <typename S>
|
||||
struct Struct
|
||||
: hana::integral_constant<bool,
|
||||
!is_default<accessors_impl<typename tag_of<S>::type>>::value
|
||||
>
|
||||
{ };
|
||||
BOOST_HANA_NAMESPACE_END
|
||||
}} // end namespace boost::hana
|
||||
|
||||
#endif // !BOOST_HANA_CONCEPT_STRUCT_HPP
|
||||
|
||||
Reference in New Issue
Block a user