diff --git a/src/ll/api/base/Alias.h b/src/ll/api/base/Alias.h index 29e01dd5c0..ce184acc71 100644 --- a/src/ll/api/base/Alias.h +++ b/src/ll/api/base/Alias.h @@ -55,7 +55,7 @@ struct TypedStorageImpl { template struct TypedStorageType { - using Type = typename TypedStorageImpl>; + using Type = typename TypedStorageImpl>; }; template requires(std::is_reference_v || std::is_scalar_v)