Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Missing support for _MSC_VER 1900 #9

@jwittner

Description

@jwittner

Project upgrades require a few changes:

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions