You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Scott Cantor (Jira)" <xe...@xml.apache.org> on 2020/06/10 12:22:00 UTC

[jira] [Commented] (XERCESC-2205) Require std::mutex and std::thread

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

Scott Cantor commented on XERCESC-2205:
---------------------------------------

I've got far too much exposure to compilers without any of that support. C++-98 is fine, but  C++-11 isn't remotely possible for me and probably won't be for several years.

> Require std::mutex and std::thread
> ----------------------------------
>
>                 Key: XERCESC-2205
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2205
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 3.3.0
>            Reporter: Roger Leigh
>            Assignee: Roger Leigh
>            Priority: Major
>             Fix For: 3.3.0
>
>
> Replace the existing MutexManager with the standard library implementation.  This is essentially going to be pthreads or Windows threads under the hood, so it's effectively replacing PosixMutexManager and WindowsMutexManager with a single standard replacement.  This is currently StdMutexMgr, but rather than using the MutexManager abstraction, we would be using the standard types directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org