[
https://issues.apache.org/jira/browse/QPID-7145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198336#comment-15198336
]
ASF subversion and git services commented on QPID-7145:
-------------------------------------------------------
Commit 1735328 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1735328 ]
QPID-7145: Don't warn for using deprecated declarations (auto_ptr is now
deprecated)
> auto_ptr is deprecated from C++11 and onwards and its use causes a warning
> with GCC 6
> -------------------------------------------------------------------------------------
>
> Key: QPID-7145
> URL: https://issues.apache.org/jira/browse/QPID-7145
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker, C++ Client, C++ Clustering
> Environment: GCC 6 and on.
> Reporter: Andrew Stitcher
> Assignee: Andrew Stitcher
>
> As we compile qpid with warnings turned to errors this causes the build to
> fail by default when compiling with GCC6.
> The simplest "fix" is just to turn of deprecation warnings.
> A better fix would be to stop using auto_ptr. An good alternative in the
> context of qpid would be boost::scoped_ptr.
> If we change the base C++ version for qpid we could use std::unique_ptr
> instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]