Skip to content

Commit 04e68c3

Browse files
committed
update docs
1 parent 748fa82 commit 04e68c3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ SPDX-License-Identifier: <SPDX License Expression>
44

55
# beman.inplace\_vector: Dynamically-resizable vector with fixed capacity
66

7-
<!-- markdownlint-disable -->
8-
<img src="https://github.com/bemanproject/beman/blob/main/images/logos/beman_logo-beman_library_under_development.png" style="width:5%; height:auto;"> ![Continuous Integration Tests](https://github.com/bemanproject/inplace_vector/actions/workflows/ci_tests.yml/badge.svg)
7+
![Library Status](https://github.com/bemanproject/beman/blob/c6997986557ec6dda98acbdf502082cdf7335526/images/badges/beman_badge-beman_library_under_development.svg)
8+
![Continuous Integration Tests](https://github.com/bemanproject/inplace_vector/actions/workflows/ci_tests.yml/badge.svg)
99
![Code Format](https://github.com/bemanproject/inplace_vector/actions/workflows/pre-commit.yml/badge.svg)
10-
<!-- markdownlint-enable -->
1110

1211
**Implements**: [`inplace_vector` (P0843R14)](https://wg21.link/P0843R14)
1312

14-
<!-- markdownlint-disable -->
15-
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
16-
<!-- markdownlint-enable -->
13+
**Status**:
14+
[Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
1715

1816
## Usage
1917

@@ -30,13 +28,16 @@ which dynamic memory allocations are undesired.
3028
#### Note on implementation progress
3129

3230
Current implementation implements all public interfaces defined in the paper.
33-
However constexpr related functionalities are not tested and maybe broken.
3431

35-
There have been minor updates to the wording after the paper is accepted, notably [P3247](wg21.link/P3247).
32+
There have been minor updates to the wording after the paper is accepted,
33+
notably [P3247](wg21.link/P3247).
3634
Which changes the requirements for constexpr support.
3735
This will likely be preceded with [P3074](wg21.link/P3074).
3836
These has not been implemented yet.
3937

38+
You can follow [this link](eel.is/c++draft/inplace.vector)
39+
to checkout the status of `inplace_vector` in the latest draft.
40+
4041
Contributions are welcome.
4142

4243
### Code example

0 commit comments

Comments
 (0)