]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/map/unpack.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / test / map / unpack.cpp
index 8dc3ea7634b09a921e4279ce4f485e8da88c5ea5..63db677aad8f3a61eb792ad398c63b8ce7b71d88 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,7 +28,7 @@ auto p() { return ::minimal_product(key<i>(), val<j>()); }
 struct undefined { };
 
 int main() {
-    constexpr auto sequence = ::seq;
+    auto sequence = ::seq;
     hana::test::_injection<0> f{};
 
     auto check = [=](auto ...pairs) {