]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/example/ba_externallly_locked.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / example / ba_externallly_locked.cpp
index d4454ae6b888f50bfda73628c17942ef275df2d0..e93876769ee4fa18de175d785538319b662b8ab4 100644 (file)
 #include <boost/thread/lock_types.hpp>
 #include <iostream>
 
+#ifdef BOOST_MSVC
+# pragma warning(disable: 4355) // 'this' : used in base member initializer list
+#endif
+
 using namespace boost;
 
 class BankAccount