[
https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870621#comment-15870621
]
ASF GitHub Bot commented on GEODE-2484:
---------------------------------------
Github user mmartell commented on the issue:
https://github.com/apache/geode-native/pull/15
Something is screwed up in our #includes. TcrMessage.cpp compiles fine
leaving the std:: in there. However, other classes that include it don't
compile (like Distributed System).
I'd rather spend time switching to newer constructs (<stream> and
<upstream>). Simple change, and for now we can convert the streamstrimg
back to char* when passing to logger.
On Thu, Feb 16, 2017 at 11:50 AM Jacob Barrett <[email protected]>
wrote:
> *@pivotal-jbarrett* requested changes on this pull request.
> ------------------------------
>
> In src/cppcache/src/TcrMessage.hpp
> <https://github.com/apache/geode-native/pull/15#discussion_r101610701>:
>
> > @@ -1114,10 +1116,10 @@ class TcrMessageHelper {
> } else if (!isObj) {
> // otherwise we're currently always expecting an object
> char exMsg[256];
> - std::snprintf(exMsg, 255,
> - "TcrMessageHelper::readChunkPartHeader: "
> - "%s: part is not object",
> - methodName);
> + snprintf(exMsg, 255,
>
> If you had to remove std:: to make this work then it isn't working like
> you think it is. Let's figure out why and fix correctly,
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/geode-native/pull/15#pullrequestreview-22345908>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/AP6jX5v5lFuHm4O8jYJ90Gf12XL1Bq1eks5rdKiSgaJpZM4MDMYN>
> .
>
> Remove ACE from native client dependencies
> ------------------------------------------
>
> Key: GEODE-2484
> URL: https://issues.apache.org/jira/browse/GEODE-2484
> Project: Geode
> Issue Type: Task
> Components: native client
> Reporter: David Kimura
>
> Remove ACE from native client dependencies.
> Replace ACE usage with C++11 and/or Boost 1.63+
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)