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

ASF subversion and git services commented on AVRO-1542:
-------------------------------------------------------

Commit 0e6df4837b1032a51e7fd85c95451781991d4856 in avro's branch 
refs/heads/master from [~sanjosh]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=0e6df48 ]

AVRO-1542 replacing auto_ptr by unique_ptr & std::move
This closes #157


> std::auto_ptr
> -------------
>
>                 Key: AVRO-1542
>                 URL: https://issues.apache.org/jira/browse/AVRO-1542
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: c++
>    Affects Versions: 1.7.6
>            Reporter: Sean Middleditch
>            Priority: Trivial
>             Fix For: 1.9.0
>
>
> std::auto_ptr is deprecated, meaning that it may be removed from a future 
> version of the C++ standard (though vendors would not likely remove it... 
> probably).
> Avro should at its next API-breaking opportunity replace its use of auto_ptr 
> with std::unique_ptr or shared_ptr or a custom smart pointer.



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

Reply via email to