Closed GoogleCodeExporter closed 8 years ago
You were using this:
//! Set this value as a string without copying source string.
GenericValue& SetString(const Ch* s, SizeType length)
Use this overloaded API instead:
//! Set this value as a string by copying from source string.
GenericValue& SetString(const Ch* s, SizeType length, Allocator& allocator)
Original comment by milo...@gmail.com
on 19 Jun 2013 at 8:44
Issue 81 has been merged into this issue.
Original comment by milo...@gmail.com
on 19 Jun 2013 at 8:46
Original issue reported on code.google.com by
ljia...@gmail.com
on 19 Jun 2013 at 6:30