]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/map/fold_left.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / map / fold_left.cpp
index 4f19a68402879dd50c9179a43f848c3f811f100a..558120c9a6d87e4eb92c880583796167f1eef531 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;