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

ASF subversion and git services commented on PROTON-2485:
---------------------------------------------------------

Commit 7473eb41c9082bc5fbc70641d8b8b3130432879e in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=7473eb4 ]

PROTON-2485: Use C++11 standard unique_ptr instead of our version

Now we only support C++11 and later we can use std::unique_ptr. As it
has the same size as our custom version and was never in the API just
used as a private member this should not change our ABI/API.


> [C++] More work to use C++11 features now that we can
> -----------------------------------------------------
>
>                 Key: PROTON-2485
>                 URL: https://issues.apache.org/jira/browse/PROTON-2485
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: cpp-binding
>            Reporter: Andrew Stitcher
>            Priority: Major
>
> We can simplify the C++ code by removing our workarounds for having to be 
> compatible with pre C++11 and also by using new C++11 language and standard 
> library features.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to