2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Update documentation

This commit is contained in:
Peter Dimov
2025-11-18 11:26:04 +02:00
parent 904b80b8a1
commit 0776d62a95
3 changed files with 0 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ https://www.boost.org/LICENSE_1_0.txt
## Changes in 1.90.0
* Added `to_underlying.hpp` (contributed by Braden Ganetsky.)
* Extracted `nontype_t` to its own public header `nontype.hpp` and added `nontype`.
## Changes in 1.89.0

View File

@@ -39,8 +39,6 @@ for (auto fn : fns) {
## Synopsis
```cpp
#include <boost/compat/nontype.hpp>
namespace boost
{
namespace compat

View File

@@ -12,7 +12,6 @@ include::invoke.adoc[]
include::latch.adoc[]
include::mem_fn.adoc[]
include::move_only_function.adoc[]
include::nontype.adoc[]
include::shared_lock.adoc[]
include::to_array.adoc[]
include::to_underlying.adoc[]