fix a comment

This commit is contained in:
Mamadou Babaei
2025-02-14 12:02:28 +01:00
parent 6f1b5231c9
commit 011387de52
@@ -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)