Recently I\'ve noticed that the following statement is not true given std::string s. s.max_size() == s.get_allocator().max_size();
This question already has answers h开发者_StackOverflow中文版ere: string c_str() vs. data() (6 answers)