From 335c39afff577b205064d8fa6b93e23577df0325 Mon Sep 17 00:00:00 2001 From: OEOTYAN Date: Thu, 2 Jan 2025 13:43:56 +0800 Subject: [PATCH] fix: fix typo --- src/ll/api/base/Alias.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)