You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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)
17
15
18
16
## Usage
19
17
@@ -30,13 +28,16 @@ which dynamic memory allocations are undesired.
30
28
#### Note on implementation progress
31
29
32
30
Current implementation implements all public interfaces defined in the paper.
33
-
However constexpr related functionalities are not tested and maybe broken.
34
31
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).
36
34
Which changes the requirements for constexpr support.
37
35
This will likely be preceded with [P3074](wg21.link/P3074).
38
36
These has not been implemented yet.
39
37
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
+
40
41
Contributions are welcome.
41
42
42
43
### Code example
@@ -53,21 +54,46 @@ using namespace beman;
53
54
* Generates fibonacci sequence using inplace_vector.
0 commit comments