static_string
static_string copied to clipboard
static_string can be used as a NTTP
(related: #55)
@pdimov I ended up not using unnamed classes because clang required that they be "C compatible". Instead, I'm using the injected-class-name (which results in the same behavior).
We'd need a test that it can be used as an NTTP, though. :-)