xo-stringtable2: + is_gc_eligible() comptime flag
This commit is contained in:
parent
a5bef1d8e4
commit
e70fe13c6d
2 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ namespace xo {
|
|||
/** not copyable **/
|
||||
DUniqueString(const DUniqueString &) = delete;
|
||||
|
||||
static constexpr bool is_gc_eligible() { return false; }
|
||||
|
||||
///@}
|
||||
/** @defgroup duniquestring-methods methods **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue