refactor(containers): disable container element types with cv-qualifiers

This commit is contained in:
2024-12-18 11:31:44 +08:00
parent f54386d102
commit 80238de712
4 changed files with 4 additions and 8 deletions

View File

@ -85,7 +85,7 @@ private:
public:
using FElementType = TRemoveCV<T>;
using FElementType = T;
using FReference = typename FSuper::FReference;