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

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

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)


> Replace SharedPtr with std::shared_ptr
> --------------------------------------
>
>                 Key: GEODE-2807
>                 URL: https://issues.apache.org/jira/browse/GEODE-2807
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Jacob S. Barrett
>
> Replace proprietary SharePtr with C++11 std::shared_ptr.



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

Reply via email to