refactor(containers): disable container element types with cv-qualifiers
This commit is contained in:
@ -85,7 +85,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
using FElementType = TRemoveCV<T>;
|
||||
using FElementType = T;
|
||||
|
||||
using FReference = typename FSuper::FReference;
|
||||
|
||||
|
Reference in New Issue
Block a user