You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2018/02/05 23:42:00 UTC

[jira] [Created] (GEODE-4605) Replace void* with std::shared_ptr in PdxSerializer/PdxWrapper

Jacob S. Barrett created GEODE-4605:
---------------------------------------

             Summary: Replace void* with std::shared_ptr<void> in PdxSerializer/PdxWrapper
                 Key: GEODE-4605
                 URL: https://issues.apache.org/jira/browse/GEODE-4605
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Jacob S. Barrett


With {{void*}} it is necessary to keep a deleter function around to free memory allocated to the type erased pointer. Switching to \{{std::shared_ptr<void>}} keeps the type erased pointer but preserves the correct delete behavior with the added bonus of non-ambiguous pointer ownership.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)