x-stringtable2: streamline setup

This commit is contained in:
Roland Conybeare 2026-03-16 19:02:00 -05:00
commit 263aa16cfb
8 changed files with 88 additions and 24 deletions

View file

@ -3,6 +3,7 @@
* @author Roland Conybeare, Mar 2026
**/
#ifdef NOPE
#include "stringtable2_register_facets.hpp"
#include <xo/stringtable2/UniqueString.hpp>
@ -36,5 +37,6 @@ namespace xo {
}
} /*namespace scm*/
} /*namespace xo*/
#endif
/* end stringtable2_register_facets.cpp */