]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/applicative.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / applicative.hpp
index 25e3e03b004ba24d392fccddaa3d567c43cd740c..a7de47b9d5952987f701c5f94bf14f4ceebf7ca2 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)
 
@@ -38,7 +38,7 @@ namespace boost { namespace hana { namespace test {
         template <typename Applicatives>
         TestApplicative(Applicatives applicatives) {
             hana::for_each(applicatives, [](auto a) {
-                static_assert(Applicative<decltype(a)>::value, "");
+                static_assert(Applicative<decltype(a)>{}, "");
             });
 
             auto functions1 = hana::take_front(