Skip to content

Commit

Permalink
Add std exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Feb 21, 2025
1 parent 43dc577 commit 4b125e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tools/gyselalib_static_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def check_exec_space_usage(file):
'integer_sequence', 'pair', 'declval', 'tuple_cat', 'integral_constant', 'size_t', 'move',
'make_integer_sequence', 'make_index_sequence', 'index_sequence',
'experimental::full_extent', 'experimental::submdspan', 'conjunction_v', 'disjunction_v',
'conjunction', 'disjunction')
'conjunction', 'disjunction', 'is_const_v', 'is_reference_v')
if 'std' in code_keys:
idx = code_keys.index('std')
func = None
Expand Down

0 comments on commit 4b125e9

Please sign in to comment.