fix a comment
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
/// NOTE
|
||||
/// std::vector<bool> is a non conforming container. Since it packs bools to be stored in one bit,
|
||||
/// std::vector<bool> is a non-conforming container. Since it packs booleans to be stored in one bit,
|
||||
/// it cannot provide a bool reference. Thus, FSGArrayUtils::FromStdVector<bool>() cannot be used.
|
||||
/// Hence, the specialization.
|
||||
static TArray<bool> FromStdVector(const std::vector<bool>& Vector)
|
||||
|
||||
Reference in New Issue
Block a user