#include<string> int main() { constexpr std::string robert_shepherd = [](){ return std::string("I love c++ (somewhat obsessed)."); }(); }