Skip to content

Fix small compiler errors for updated GCC #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JMMackenzie
Copy link

New GCC causes a few strange bugs on building. These changes don't (read: shouldn't) impact older compilers.

New GCC language does not support some of the preprocessor directives.
New compiler 'misreads' this line and gives:

error: template argument 3 is invalid
   typedef unordered_map<const char *, dictEntry, hash<std::string>, eqstr> dictTable;
@JMMackenzie JMMackenzie changed the title FIx small bugs for updated GCC Fix small bugs for updated GCC Jul 21, 2017
@JMMackenzie JMMackenzie changed the title Fix small bugs for updated GCC Fix small compiler errors for updated GCC Jul 21, 2017
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.

1 participant