Closed cschreib closed 1 year ago
This PR does the following:
REQUIRE()
CHECK()
&
|
^
=
+=
test_case_ended
test_run_ended
small_string
small_vector
constexpr
This PR does the following:
REQUIRE()
/CHECK()
macros on expressions containing bitwise operators (&
,|
,^
), and assignments (=
,+=
, etc.).test_case_ended
, and duration fortest_run_ended
).small_string
andsmall_vector
inconstexpr
context.