[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870336#comment-15870336 ]
ASF GitHub Bot commented on GEODE-2484: --------------------------------------- Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101580799 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1135,7 +1137,7 @@ class TcrMessageHelper { return EXCEPTION; } else { char exMsg[256]; - std::snprintf( + snprintf( --- End diff -- Why are you removing the namespace specifier here? > 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)