]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/map/cnstr.variadic.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / hana / test / map / cnstr.variadic.cpp
index 5ca4af7408fd201eeb3df56938110e94060bd2cd..8143d2cfbce5bdf65ee78ee47130a2843d14e06a 100644 (file)
@@ -28,6 +28,7 @@ constexpr bool in_constexpr_context() {
         hana::make_pair(ConstexprMoveOnly<2>{}, ConstexprMoveOnly<20>{}),
         hana::make_pair(ConstexprMoveOnly<3>{}, ConstexprMoveOnly<30>{})
     };
+    (void)map;
     return true;
 }