]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/test_7328.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / test_7328.cpp
index d087a7ca103cc11d679ccf82d542897978c77bf2..0c0cca03a6226e30ab68891f865f513950840b1a 100644 (file)
@@ -20,7 +20,7 @@ void f()
   try
   {
     std::cout << "Starting sleep in thread" << std::endl;
-    while (true)
+    for (;;)
     {
       boost::this_thread::sleep_for(seconds(60));
     }