static_string icon indicating copy to clipboard operation
static_string copied to clipboard

static_string can be used as a NTTP

Open sdkrystian opened this issue 2 years ago • 1 comments

(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).

sdkrystian avatar Jan 10 '24 12:01 sdkrystian

We'd need a test that it can be used as an NTTP, though. :-)

pdimov avatar Jan 10 '24 15:01 pdimov