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

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

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

PROTON-2485: Use C++11 standard type traits instead of our own versions

As we only support C++11 and later we can safely use the standard c++
library type traits. This should be ABI compatible as they don't affect
runtime symbols as we use them entirely at compile time.


> [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