2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-20 04:22:24 +00:00

2 Commits

Author SHA1 Message Date
Peter Dimov
0776d62a95 Update documentation 2025-11-18 14:33:45 +02:00
Peter Dimov
904b80b8a1 Move nontype.hpp to detail 2025-11-18 14:33:45 +02:00
6 changed files with 2 additions and 6 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[]

View File

@@ -5,7 +5,7 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/compat/nontype.hpp>
#include <boost/compat/detail/nontype.hpp>
#include <boost/compat/invoke.hpp>
#include <boost/compat/type_traits.hpp>

View File

@@ -2,7 +2,7 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/compat/nontype.hpp>
#include <boost/compat/detail/nontype.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/core/lightweight_test_trait.hpp>
#include <boost/config/pragma_message.hpp>