forked from heavyai/heavydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Scanner and Parser to remove register keyword and enable c++17
C++17 removes the 'register' keyword and it is no longer allowed to suppress the warning, so use sed to patch the generated scanner and parser files to remove the register keyword. Since the original file generation now outputs an intermediate file, also patch the filename strings embedded in the generated code so they match the final patched versions This also unpins the Parser library from c++14
- Loading branch information
1 parent
117c70f
commit 8b0622f
Showing
1 changed file
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters