mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 05:20:42 +08:00
14 lines
561 B
Diff
14 lines
561 B
Diff
diff --git a/boost/process/v2/stdio.hpp b/boost/process/v2/stdio.hpp
|
|
index 01d0216..4084e46 100644
|
|
--- a/boost/process/v2/stdio.hpp
|
|
+++ b/boost/process/v2/stdio.hpp
|
|
@@ -184,7 +184,7 @@ struct process_io_binding
|
|
process_io_binding & operator=(const process_io_binding &) = delete;
|
|
|
|
process_io_binding(process_io_binding && other) noexcept
|
|
- : fd(other.fd), fd_needs_closing(other.fd), ec(other.ec)
|
|
+ : fd(other.fd), fd_needs_closing(other.fd_needs_closing), ec(other.ec)
|
|
{
|
|
other.fd = target;
|
|
other.fd_needs_closing = false;
|