forked from aws/aws-lc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Context * GCC v4.x compilers lack support for multiline C++11 raw string literals: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971 * We have one test file that has string literals that fail to compile on GCC 4.8. Otherwise, all of our tests compile and run successfully using GCC 4.8. ### Description of changes: * Preprocessor guard placed around section of test that uses multiline C++11 raw string literals so that compilation does not fail using GCC v4.x. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 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
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
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