Julien-Blanc-tgcm
Julien-Blanc-tgcm
I was more thinking of a library like this one: https://github.com/akrzemi1/static_string . It provides direct construction from a `char[]`, but not from a `char const*` Sure, you can write some...
Ok, i can't tell either, i'm not a compiler writer. Maybe just keep that open until you can get a definitive answer on that point. Do you want me to...
Wouldn't std::array be a better choice in this regard (at least it's better than an std::string) ? Obviously there's a miss for a vocabulary compile time string, as it is...