[
https://issues.apache.org/jira/browse/GEODE-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287433#comment-16287433
]
ASF subversion and git services commented on GEODE-3288:
--------------------------------------------------------
Commit ac63c446f19fdb422371946d0dcf36ea16665cc2 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=ac63c44 ]
GEODE-3288: Converts CacheableString to std::string. (#165)
- CacheableString now stores std::string.
- C++11 codecvt used to translate from UTF-16 or UCS4 to UTF-8.
- Adds unit tests.
- Fixes min/max macro issue on Windows.
- Removes macros from public header.
> Replace char* with std::string
> ------------------------------
>
> Key: GEODE-3288
> URL: https://issues.apache.org/jira/browse/GEODE-3288
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Ernest Burghardt
>
> In all public API headers
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)