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
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Update project intermediate directories to avoid warning about overlapping intermediate directories.
Pretty easy and I've already got this going.
Update boost to 1.61.0
Also pretty easy and upgrading was as easy as adding the new version and updating the include directories. Currently I dropped all of boost in so I'll have to reduce to the necessities at some point.
Security warnings about getenv
This is my current hurdle. I could just disable these, but that's weak sauce. Would use of _dupenv_s/free be ok? Or an attempt with a 1k stack buffer then fallback to _dupenv_s/free?
Things are building for me currently in Visual Studio 2015 Update 3, but I'd like to get the final warnings squared away and reduce boost before doing a PR.