What are the string restrictions for the standard C ++ template library?
#include <iostream> #include <string> int main() { std::cout << std::string().max_size() << std::endl; return 0; }