Skip to content

Commit

Permalink
Minor fix to README link
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi authored Feb 6, 2025
1 parent 8d385f1 commit 748739f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ which dynamic memory allocations are undesired.
Current implementation implements all public interfaces defined in the paper.

There have been minor updates to the wording after the paper is accepted,
notably [P3247](wg21.link/P3247).
notably [P3247](https://wg21.link/P3247).
Which changes the requirements for constexpr support.
This will likely be preceded with [P3074](wg21.link/P3074).
This will likely be preceded with [P3074](https://wg21.link/P3074).
These has not been implemented yet.

You can follow [this link](eel.is/c++draft/inplace.vector)
You can follow [this link](https://eel.is/c++draft/inplace.vector)
to checkout the status of `inplace_vector` in the latest draft.

Contributions are welcome.
Expand Down

0 comments on commit 748739f

Please sign in to comment.