]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/group.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / group.hpp
index c0bfab2b1d59feb393a7d0014c5cad5e210c6c00..36f486367dc13894c20136dabf8a5f71267a91ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright Louis Dionne 2013-2016
+// Copyright Louis Dionne 2013-2017
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
 
@@ -26,7 +26,7 @@ namespace boost { namespace hana { namespace test {
         template <typename Xs>
         TestGroup(Xs xs) {
             hana::for_each(xs, [](auto x) {
-                static_assert(Group<decltype(x)>::value, "");
+                static_assert(Group<decltype(x)>{}, "");
             });
 
             foreach2(xs, [](auto x, auto y) {