cmList: Expose container reserve

This commit is contained in:
Martin Duffy
2025-10-20 09:35:23 -04:00
committed by Brad King
parent 5d1f269658
commit 8f722e0fac

View File

@@ -813,6 +813,8 @@ public:
void resize(size_type count) { this->Values.resize(count); }
void reserve(size_type count) { this->Values.reserve(count); }
enum class FilterMode
{
INCLUDE,