skystrife / procxx

A simple process management library for C++ on UNIX platforms.
MIT License
144 stars 28 forks source link

process class is not moveable despite explicitly defaulted move constructor #21

Open bmcdanie opened 4 years ago

bmcdanie commented 4 years ago

this may be dialect dependent, because ostream used to be moveable/swappable: http://cplusplus.github.io/LWG/lwg-defects.html#911.