xo-alloc / xo-ordinaltree: + concepts + allocator-aware

This commit is contained in:
Roland Conybeare 2025-12-03 15:36:59 -05:00
commit 3c3709ba15
2 changed files with 5 additions and 2 deletions

View file

@ -200,7 +200,7 @@ namespace xo {
//: member2_{mem2, vector_allocator_type(alloc)}, ctor_ran_{true} {}
vector_type member2_;
std::size_t ctor_ran_ = false;
bool ctor_ran_ = false;
};
}