Skip to content

Commit

Permalink
One more ^^ (#111)
Browse files Browse the repository at this point in the history
8ef4185
  • Loading branch information
SainoNamkho authored Nov 5, 2024
1 parent cd38fc9 commit 1053817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/experimental/meta
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ consteval auto is_function_type(info r) -> bool {
}

consteval auto is_reflection_type(info r) -> bool {
return r == ^^std::meta::info;
return r == LIFT(std::meta::info);
}

consteval auto is_reference_type(info r) -> bool {
Expand Down

0 comments on commit 1053817

Please sign in to comment.