xo-stringtable2: + is_gc_eligible() comptime flag

This commit is contained in:
Roland Conybeare 2026-03-24 17:37:27 -04:00
commit b0b14d4e41
3 changed files with 6 additions and 1 deletions

View file

@ -55,6 +55,8 @@ namespace xo {
/** not copyable **/
DUniqueString(const DUniqueString &) = delete;
static constexpr bool is_gc_eligible() { return false; }
///@}
/** @defgroup duniquestring-methods methods **/
///@{