]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/orderable.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / orderable.hpp
index b5b32eda5f0cf2a073f7d4a7d422499e0f6654d8..f49ea7f8adcab54690594758a729d172d1aa762b 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)
 
@@ -39,7 +39,7 @@ namespace boost { namespace hana { namespace test {
         template <typename Xs>
         TestOrderable(Xs xs) {
             hana::for_each(xs, [](auto x) {
-                static_assert(Orderable<decltype(x)>::value, "");
+                static_assert(Orderable<decltype(x)>{}, "");
             });
 
             foreach2(xs, [](auto a, auto b) {