]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/example/cppcon_2014/ring.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / hana / example / cppcon_2014 / ring.cpp
index d752f930e03021d388cdcd5543068c328c8b245c..9d06400ded8cb6cf34726ae2698e1a9a9c1e9fe6 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)
 
@@ -16,12 +16,12 @@ using namespace cppcon;
 int main() {
     // mult
     {
-        auto a = matrix(
+        BOOST_HANA_CONSTEXPR_LAMBDA auto a = matrix(
             row(1, 2, 3),
             row(4, 5, 6)
         );
 
-        auto b = matrix(
+        BOOST_HANA_CONSTEXPR_LAMBDA auto b = matrix(
             row(1, 2),
             row(3, 4),
             row(5, 6)