What steps will reproduce the problem?
1. Use a StringBuffer for the output stream with a Writer
2. When grabbing the string, make a std::string(buf.GetString(), buf.Size())
3.
What is the expected output? What do you see instead?
This should compile and build a std::string with the buffer's contents copied
into it. Instead, the code fails to compile. internal::Stack does not have a
member function Size(), but rather GetSize().
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by brian.budge@gmail.com on 22 Feb 2012 at 9:59
Original issue reported on code.google.com by
brian.budge@gmail.com
on 22 Feb 2012 at 9:59