mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 06:02:13 +00:00
Using boost::throw_exception allows for modifications to these exceptions on a per-application basis, including overriding with custom implementations. This also has the benefit of allowing compilation with -fno-exceptions set, which should make this code more portable.