]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/map/fold_right.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / map / fold_right.cpp
index 03eb9960ac3707dba9619253350276d87e40bf7d..2ff88d8996d954d3847e0acfdd9860263f551a8e 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)
 
@@ -28,9 +28,9 @@ auto p() { return ::minimal_product(key<i>(), val<j>()); }
 struct undefined { };
 
 int main() {
-    constexpr auto sequence = ::seq;
+    auto sequence = ::seq;
 
-    // Use pointers to workaround a Clang ICE
+    // Use pointers to work around a Clang ICE
     hana::test::_injection<0> f{};
     auto* fp = &f;