Using a C++ string literal means we do not need to call strlen to compute the length. The compiler already knows it.
Might allow library implemetations where the string data points to memory in global space will using C literals must always force a copy of the data to heap memory on construction.