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

[jira] [Commented] (GEODE-2741) Use C++11 shared pointer over custom shared pointer

    [ https://issues.apache.org/jira/browse/GEODE-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998499#comment-15998499 ] 

Jacob S. Barrett commented on GEODE-2741:
-----------------------------------------

Docs Changes
* All references to {{SharedPtr}} need to be replaced with [{{std::shared_ptr}}|http://en.cppreference.com/w/cpp/memory/shared_ptr] (suggest using this link too)
* All {{\*Ptr}} typedefs replaced with explicit {{std::shared_ptr<\*>}}. For example, {{CacheableStringPtr}} is now {{std::shared_ptr<CacheableString>}}. (not complete)


> Use C++11 shared pointer over custom shared pointer
> ---------------------------------------------------
>
>                 Key: GEODE-2741
>                 URL: https://issues.apache.org/jira/browse/GEODE-2741
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Addison
>            Assignee: Jacob S. Barrett
>
> *Context*
> Now that the Native Client is compatible with C++11, we can use its shared pointer over the custom shared pointer we use today.
> *Definition of Done*
> The custom shared pointer is nowhere to be found in the codebase



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)