Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 10, 2023
1 parent 18705b9 commit 22aeff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static_assert(hpx::is_trivially_relocatable_v<
static_assert(hpx::is_trivially_relocatable_v<
explicitly_trivially_relocatable_1 (&)[10]>);
static_assert(
hpx::is_trivially_relocatable_v<explicitly_trivially_relocatable_1 (
hpx::is_trivially_relocatable_v<explicitly_trivially_relocatable_1(
&&)[10]>);
static_assert(hpx::is_trivially_relocatable_v<
explicitly_trivially_relocatable_1 const volatile&>);
Expand Down

0 comments on commit 22aeff9

Please sign in to comment.