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

Value.cc: Remove invalid bool and pointer conversions to double #8

Merged
merged 1 commit into from
Sep 11, 2017
Merged

Value.cc: Remove invalid bool and pointer conversions to double #8

merged 1 commit into from
Sep 11, 2017

Conversation

rleigh-codelibre
Copy link
Contributor

I found a few instances of bugs in the engima sources which broke compilation with a C++11 compiler, mainly related to illegal conversions. Patches attached.

This occurred when building with Xerces-C 3.2.0 with C++11 support for char16_t strings enabled.

JCount pushed a commit to Homebrew/formula-patches that referenced this pull request Sep 10, 2017
Correct broken implicit conversions which no longer work with a C++11
compiler. Required to build with Xerces-C 3.2.0.

See Enigma-Game/Enigma#8
@raoulb raoulb merged commit 31c2b30 into Enigma-Game:master Sep 11, 2017
@rleigh-codelibre rleigh-codelibre deleted the c++11-fixes branch September 16, 2017 21:21
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