typestring icon indicating copy to clipboard operation
typestring copied to clipboard

Resolve #8: Fix typestring_is("") case

Open nathanielhourt opened this issue 4 years ago • 1 comments

I find that typestring_is("") gives back a typestring<'\0'> unless I add these overloads to give back a typestring<> instead. The typoke overload fixes it in the majority of cases, whereas the typeek overload is necessary in the USE_TYPESTRING == 0 case.

nathanielhourt avatar Sep 04 '21 00:09 nathanielhourt

Resolves issue #8

nathanielhourt avatar Sep 04 '21 00:09 nathanielhourt