]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/base.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / base.hpp
index ea522f3fc578f01d905f30e9881c3065517f3a44..0f421b8ae64fb1c73b68e55dbfbea89a1fd20e65 100644 (file)
@@ -94,7 +94,9 @@ namespace boost { namespace hana {
         struct trap_construct {
             trap_construct() = default;
             trap_construct(trap_construct const&) = default;
+#ifndef BOOST_HANA_WORKAROUND_MSVC_MULTIPLECTOR_106654
             trap_construct(trap_construct&) = default;
+#endif
             trap_construct(trap_construct&&) = default;
 
             template <typename X>