irrequietus / typestring

C++11/14 strings for direct use in template parameter lists, template metaprogramming.
Mozilla Public License 2.0
201 stars 2 forks source link

typestring_is("") resolves to undesired typestring<'\0'> type #8

Open nathanielhourt opened 3 years ago

nathanielhourt commented 3 years ago

I find that typestring_is("") resolves to typestring<'\0'>, but I expect it to resolve to typestring<>.