libcody: to_string is not always available [PR 98412]
authorNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 13:38:34 +0000 (05:38 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 13:42:03 +0000 (05:42 -0800)
commit119d7478d1a7d59a0fa5a02690b2555ac2c3ed89
tree4dd701c67a7ed48d5c00f61249084d06e5e58b37
parent31705b068fa5d6cbd04aa4ac5f5275bad37d2222
libcody: to_string is not always available [PR 98412]

to_string is not always available, so don't use it.

libcody/
* buffer.cc (MessageBuffer::AppendInteger): Workaround
to_string's non-ubiquity.
libcody/buffer.cc