C++14 includes standard-defined literals for, amongst other things, std::string and various timespans from the header.
std::string
To us
Look at paper N2765. UDLs are hooked into the regular name lookup process. As string literals have common string types, there's a large chance of a collision if you ignored namespaces.