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

Uncomment delete to make appfat.cpp compile as C. #559

Merged
merged 5 commits into from
Jan 12, 2019
Merged

Uncomment delete to make appfat.cpp compile as C. #559

merged 5 commits into from
Jan 12, 2019

Conversation

mewmew
Copy link
Contributor

@mewmew mewmew commented Jan 12, 2019

Note, in the future, we want to figure out how the
delete operator was overloaded and included while
still compiling the project as C.

Most likely it was overloaded in the Storm header,
and being included by appfat.cpp (which is the first
file being compiled in alphabetic order), it was
included here.

Fixes #528.

Note, in the future, we want to figure out how the
delete operator was overloaded and included while
still compiling the project as C.

Most likely it was overloaded in the Storm header,
and being included by appfat.cpp (which is the first
file being compiled in alphabetic order), it was
included here.

Fixes #528.
MakefileVC Outdated Show resolved Hide resolved
@AJenbo
Copy link
Member

AJenbo commented Jan 12, 2019

LGTM
Looks, good. The Mac build failed, not the usual fail message but seams to be related to homebrew (we really should cache this between builds). I will try to rerun the Mac build and see if they compile.

@AJenbo
Copy link
Member

AJenbo commented Jan 12, 2019

Mac builds are failing for previously known good builds and other PR's also, so going to merge

@AJenbo AJenbo merged commit cff2e56 into diasurgical:nightly Jan 12, 2019
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.

None yet

2 participants