std:string::operator+()是不是constexpr,其实它通常依赖于堆内存非常动态的方式来实现.你可以像这样追加静态字符串常量:
std:string::operator+()
constexpr
"append this string " " to this string"