]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/searchable.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / searchable.hpp
index 0b9c14eec6a6f8c254cebc118fbfb8d45cafe140..ae55b06eb72f6f59135eb7f74d4fd057d0ebd7f8 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)
 
@@ -52,7 +52,7 @@ namespace boost { namespace hana { namespace test {
         template <typename Searchables, typename Keys>
         TestSearchable(Searchables searchables, Keys keys) {
             hana::for_each(searchables, [](auto xs) {
-                static_assert(Searchable<decltype(xs)>::value, "");
+                static_assert(Searchable<decltype(xs)>{}, "");
             });
 
             auto predicates = hana::concat(