[
https://issues.apache.org/jira/browse/PROTON-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207726#comment-16207726
]
Andrew Stitcher commented on PROTON-1603:
-----------------------------------------
These examples explicitly don't build under windows because they need some way
to enable the C++11 features they depend on. In library build this is achieved
with cmdline defines for each individual feature based on some long winded
detection logic. This is not desirable for the examples.
So to get the Windows C++11/multithreaded examples to compile we need a better
scheme for this.
> Windows C++ container does not compile multithreaded
> ----------------------------------------------------
>
> Key: PROTON-1603
> URL: https://issues.apache.org/jira/browse/PROTON-1603
> Project: Qpid Proton
> Issue Type: Bug
> Components: cpp-binding
> Affects Versions: proton-c-0.18.0
> Reporter: Cliff Jansen
> Assignee: Andrew Stitcher
> Fix For: proton-c-0.18.0
>
>
> For both VS2013 and VS2017 cmake proclaims:
> HAS_STD_THREAD - Success
> HAS_STD_MUTEX - Success
> HAS_STD_ATOMIC - Success
> yet proactor_container_impl.cpp does not compile
> PN_CPP_SUPPORTS_THREADS sections.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]