You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows link: provide boost::throw_exception shim for Boost 1.90
Boost 1.90 on MSVC declares throw_exception in a header but the Conan
package may not include the compiled library. Provide our own
implementation (guarded by BOOST_VERSION >= 109000) so the symbol
resolves on all platforms without depending on package manager config.
0 commit comments