We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1277167 commit b48aacdCopy full SHA for b48aacd
README.md
@@ -6,13 +6,6 @@ SPDX-License-Identifier: <SPDX License Expression>
6
7
A dynamically-resizable vector with fixed capacity and embedded storage
8
9
-This repository implements `std::inplace_vector` extension targeting C++26.
10
-The `beman.inplace_vector` library aims to evaluate the stability,
11
-the usability, and the performance of these proposed changes before they
12
-are officially adopted by WG21 into the C++ Working Draft.
13
-Additionally, it allows developers to use these new features before they
14
-are implemented in major standard library compilers.
15
-
16
## Implements
17
18
- [`inplace_vector` P0843R14](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p0843r14.html)
0 commit comments