cmList: Expose container reserve

This commit is contained in:
Martin Duffy
2026-01-13 11:29:23 -05:00
committed by Brad King
parent 5d1f269658
commit 8f722e0fac
+2
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,