[PATCH] A new ADT: StringRefNulTerminated
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Feb 20 23:57:55 PST 2013
> explicit StringRefNulTerminated(const char *Str) : StringRef(Str) {}
Why is this explicit, and the same constructor of StringRef is not?
More information about the llvm-commits
mailing list