diff --git a/include/revng/Support/Concepts.h b/include/revng/Support/Concepts.h index 7c27fc2b4..be756c5ba 100644 --- a/include/revng/Support/Concepts.h +++ b/include/revng/Support/Concepts.h @@ -10,7 +10,7 @@ template concept same_as = std::is_same_v; template -concept convertible_to = std::is_convertible_v; +concept convertible_to = std::is_convertible_v; template concept ConstOrNot = std::is_same_v or std::is_same_v;