Skip to content

Commit 2245eb2

Browse files
author
Daniel Kroening
authored
Merge pull request #617 from mgudemann/allow_regex_in_cpplint
remove `<regex>` from unapproved headers in cpplint
2 parents 1dcee0d + 4e87608 commit 2245eb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/cpplint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6264,7 +6264,6 @@ def FlagCxx11Features(filename, clean_lines, linenum, error):
62646264
'thread',
62656265
'chrono',
62666266
'ratio',
6267-
'regex',
62686267
'system_error',
62696268
):
62706269
error(filename, linenum, 'build/c++11', 5,

0 commit comments

Comments
 (0)