]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/_include/laws/euclidean_ring.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / hana / test / _include / laws / euclidean_ring.hpp
index dc45db28d3270c8113e44ea76205e27689e2a07c..96d1fce5842d9c2bfc8df13809056fe6ba0c5178 100644 (file)
@@ -39,6 +39,10 @@ namespace boost { namespace hana { namespace test {
                 static_assert(EuclideanRing<decltype(x)>{}, "");
             });
 
+#ifdef BOOST_HANA_WORKAROUND_MSVC_DECLTYPEAUTO_RETURNTYPE_662735
+            zero<D>(); // force adding zero<D>'s member function to pending temploid list
+#endif
+
             foreach2(xs, [](auto a, auto b) {
 
                 // commutativity