Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unexplained build break with VS2015 -- presumed compiler bug #2618

Merged
merged 1 commit into from
Jun 28, 2020

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jun 27, 2020

Doesn't trigger an error on other compilers, or on newer MSVS. But this
minor rearrangement makes VS2015 happy, so let's just go with it and
not look under that rug.

Closes #2611

Signed-off-by: Larry Gritz lg@larrygritz.com

Doesn't trigger an error on other compilers, or on newer MSVS. But this
minor rearrangement makes VS2015 happy, so let's just go with it and
not look under that rug.

Closes AcademySoftwareFoundation#2611

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@JenusL
Copy link
Contributor

JenusL commented Jun 27, 2020

This just fixes one of the several compile errors reported in #2611. We should keep this PR open until we have fixed all of them.

@lgritz lgritz merged commit e60789f into AcademySoftwareFoundation:master Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new ArgParse code does not build with VS2015
2 participants