-
Notifications
You must be signed in to change notification settings - Fork 66
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
The latest version of NGen.cpp causes a build error on GCC8 (Linux) #635
Comments
For reference: Line 298 in b749e0f
|
It appears this occurs only when |
Curiously, I wasn't getting this on clang with NGEN_ROUTING_ACTIVE enabled... but after rebasing the branch I was on I get it now. In any case, yes this should have Related, @PhilMiller did you spare your wrath from
|
Fixed by #636 |
Documenting from Slack: |
In build ngen with the latest master, it produces an error on GCC8 due to a missing "std" on line 298.
Current behavior
The text was updated successfully, but these errors were encountered: