Skip to content

Commit 4e87608

Browse files
author
Matthias Güdemann
committed
remove <regex> from unapproved headers in cpplint
The reason for `<regex>` being discouraged seems to be a preference for an external library within Google: google/styleguide#194
1 parent 1dcee0d commit 4e87608

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)