Skip to content

c++11/c++14 support#1080

Merged
obiltschnig merged 49 commits intopocoproject:c++11from
RangelReale:moderncpp
Dec 11, 2015
Merged

c++11/c++14 support#1080
obiltschnig merged 49 commits intopocoproject:c++11from
RangelReale:moderncpp

Conversation

@RangelReale
Copy link
Copy Markdown
Contributor

see cpp11_changes.txt for details

* C++11 AtomicCounter
* Fix C++11 SharedPtr
* C++14 RWLock (disabled: std::shared_timed_mutex has separate read and write unlock)
std::condition_variable nas no built-in concept of reset
std::condition_variable may be unblocked spuriously, must handle?
* Disable std semaphore, C++ doesn't have native semaphore, better to use native ones for now
obiltschnig added a commit that referenced this pull request Dec 11, 2015
@obiltschnig obiltschnig merged commit 746687a into pocoproject:c++11 Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants