Skip to content

Commit

Permalink
repeat c++17 fix for cpplint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Nov 28, 2018
1 parent 1844523 commit 7dab594
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,18 @@
'utility',
'valarray',
'vector',
# 17.6.1.2 C++14 headers
'shared_mutex',
# 17.6.1.2 C++17 headers
'any',
'charconv',
'codecvt',
'execution',
'filesystem',
'memory_resource',
'optional',
'string_view',
'variant',
# 17.6.1.2 C++ headers for C library facilities
'cassert',
'ccomplex',
Expand Down

0 comments on commit 7dab594

Please sign in to comment.