File boost-1.66.0-fix-error-deleted-function.patch of Package mingw32-boost166
diff -ur boost_1_66_0.orig/boost/process/detail/windows/async_pipe.hpp boost_1_66_0/boost/process/detail/windows/async_pipe.hpp
--- boost_1_66_0.orig/boost/process/detail/windows/async_pipe.hpp 2017-12-14 00:56:47.000000000 +0100
+++ boost_1_66_0/boost/process/detail/windows/async_pipe.hpp 2025-03-25 12:20:49.709014692 +0100
@@ -27,7 +27,7 @@
auto pid = ::boost::winapi::GetCurrentProcessId();
- static std::atomic_size_t cnt = 0;
+ static std::atomic_size_t cnt{0};
name += std::to_string(pid);
name += "_";
name += std::to_string(cnt++);