2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 16:12:15 +00:00
Files
compat/doc/compat.adoc
Christian Mazakas 745eaa080f Implement shared_lock
Note, as a first pass draft we eschew TimedLockable support
2023-06-23 15:57:53 -07:00

25 lines
543 B
Plaintext

////
Copyright 2018, 2023 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
////
# Boost.Compat
{cpp}11 Implementations of Standard Components Added in Later {cpp} Standards
:toc: left
:toclevels: 4
:idprefix:
:docinfo: private-footer
:source-highlighter: rouge
:source-language: c++
:leveloffset: +1
include::compat/overview.adoc[]
include::compat/changelog.adoc[]
include::compat/latch.adoc[]
include::compat/shared_lock.adoc[]
include::compat/copyright.adoc[]
:leveloffset: -1