boostorg / process

Boost Process
https://www.boost.org/libs/process
118 stars 117 forks source link

process 1.86.0 does not support automatic linking #421

Open tomy2105 opened 2 weeks ago

tomy2105 commented 2 weeks ago

All other boost libraries support automatic linking by defining/checking several macros and including boost/config/auto_link.hpp.

It is easy to link manually, but would be nice if process supported this too.