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

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

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

PROTON-2810: Change C++ language version to C++17

Change documented requirements; Stop linking C++ code with threads
library as this is now in C++ 17 standard library (everywhere except
FrewBSD with clang)


> C++ compile standard needs to be advanced to c++14 or later
> -----------------------------------------------------------
>
>                 Key: PROTON-2810
>                 URL: https://issues.apache.org/jira/browse/PROTON-2810
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: cpp-binding, examples
>            Reporter: Kim van der Riet
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> The use of opentelemetry-cpp API in qpid-proton is forcing the C++ compile 
> standard to be c++14 or later. The support for c++11 (which qpid-proton is 
> currently using) in opentelemetry-cpp was removed in v 1.12.0 (we are 
> currently at version 1.14.2), and the use of its APIs is causing compile 
> errors.
> Consideration should be given to moving the compiler C++ standard to 14, 17 
> or even 20.
> I have tested the compile using c++17, and this does not create any compile 
> errors, and solves the opentelemetry-cpp API error too.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to