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
what is our minimum Boost version required? 1.55? 1.65? I think we could probably drop some things that are only meant for older versions that we actually do not use any more. I'd suggest we use the following guidance:
Support what is necessary to continue supporting the minimum version of a library.
We may need to have a page setup with a matrix for what is supported on each platform to help with these decisions since we're trying not to bundle stuff ourselves but rely on platform support.
I agree that Boost version 1.28 is quite ancient. And, in general, our minimum supported Boost version could almost certainly be 1.65 or higher.
However, I think that 1.28 may be a special case, used by the game to determine whether a particular bit of Python code is running in the "normal" embedded Python environment, or in some sort of weird "internal" Python environment that was present in 0.5.x. At least, that's the impression I get from studying the code. I could be wrong though.
Originally posted by @royfalk in #789 (comment)
The text was updated successfully, but these errors were encountered: