Skip to content

Commit

Permalink
Add std::chrono check to inshpect include check
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Mar 27, 2023
1 parent af9d56c commit 27b2c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .inshpect.toml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ patterns = [
{ pattern = '\bstd::any(|_cast)\b', include = 'any' },
{ pattern = '\bstd::error_(code|condition|category)\b', include = 'system_error' },
{ pattern = '\bstd::system_error\b', include = 'system_error' },
{ pattern = '\bstd::chrono\b', include = 'chrono' },
{ pattern = '\bpika::intrusive_ptr\b', include = 'pika/memory/intrusive_ptr.hpp' },
{ pattern = '\bpika::detail::from_string\b', include = 'pika/string_util/from_string.hpp' },
{ pattern = '\bpika::detail::to_string\b', include = 'pika/string_util/to_string.hpp' },
Expand Down

0 comments on commit 27b2c77

Please sign in to comment.