Added `s` suffix to string literal
As written, the type for "Hamlet" without the `s` suffix will be deduced to `const char*` instead of the intended `std::string`, see example earlier for auto deduced `std::string` for "Ophelia"s with the `s` suffix.pull/703/head
parent
1ddd9cdb7a
commit
d01675876f
Loading…
Reference in New Issue