Open Wedge009 opened 2 months ago
Minimal reproducer: https://godbolt.org/z/6c1PWMsb3 https://github.com/jgaa/restc-cpp/issues/160
Thank you for that!
Reviewing the documentation for the function as of boost 1.80 does indeed state that the form without a completion token is supposed to be deprecated. Perhaps this isn't exactly the behaviour that's desired for boost, but it does indicate the intention is for the completion token to be explicitly given.
Not sure if this is an issue with boost - downstream issue is https://github.com/wesnoth/wesnoth/issues/9284
Wesnoth compiles cleanly with boost 1.85. With boost 1.86, gcc gives the following error (for example) on calls of
spawn
:Only by explicitly setting a completion token can Wesnoth compile with boost 1.86 (as per https://github.com/wesnoth/wesnoth/issues/9284#issuecomment-2330396456).
Any advice, please?