]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/example/tuple/tuple_c.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / hana / example / tuple / tuple_c.cpp
index facaa898f4d662eae88de8a994f9672fcf5075e0..012221745bb78170099d6c97b48bba0d84737ce7 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)
 
@@ -13,7 +13,7 @@ namespace hana = boost::hana;
 
 int main() {
     BOOST_HANA_CONSTANT_CHECK(
-        hana::to_tuple(hana::tuple_c<int, 0, 1, 2>)
+        hana::tuple_c<int, 0, 1, 2>
             ==
         hana::make_tuple(hana::int_c<0>, hana::int_c<1>, hana::int_c<2>)
     );