Github user pivotal-jbarrett commented on a diff in the pull request:

    https://github.com/apache/geode-native/pull/15#discussion_r101610701
  
    --- Diff: src/cppcache/src/TcrMessage.hpp ---
    @@ -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,
    --- End diff --
    
    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,


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to