fix a comment

This commit is contained in:
Mamadou Babaei
2025-01-29 10:10:47 +01:00
parent 223c0ff686
commit f401327d90
@@ -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)