diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-09-07 18:09:21 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-09-07 18:09:21 +0200 |
commit | 6c2e83d4c5418efa07af0af6d8c1aed1625c74a6 (patch) | |
tree | e874c3a845b1d50a1ad6acc084b49eb4354fcdee /cpp/include/Ice/InputStream.h | |
parent | ICE-7316 - JavaScript test/Ice/enum hang (diff) | |
download | ice-6c2e83d4c5418efa07af0af6d8c1aed1625c74a6.tar.bz2 ice-6c2e83d4c5418efa07af0af6d8c1aed1625c74a6.tar.xz ice-6c2e83d4c5418efa07af0af6d8c1aed1625c74a6.zip |
Fixed ICE-7279 - Fixed input stream to use zero-copy for string reads if there's no string converter
Diffstat (limited to 'cpp/include/Ice/InputStream.h')
-rw-r--r-- | cpp/include/Ice/InputStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/InputStream.h b/cpp/include/Ice/InputStream.h index b5274ac737e..81d5be4c950 100644 --- a/cpp/include/Ice/InputStream.h +++ b/cpp/include/Ice/InputStream.h @@ -678,7 +678,7 @@ private: // // String // - void readConverted(std::string&, Int); + bool readConverted(std::string&, Int); // // We can't throw these exception from inline functions from within |