Skip to content

Commit f35f67f

Browse files
Update README.md
Co-authored-by: Jeff Garland <[email protected]>
1 parent 455bc18 commit f35f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There have been updates to the spec after the paper getting accepted.
3333
Notably,
3434
[trivial unions (P3074)](https://github.com/cplusplus/draft/pull/7680/files#diff-3b5851f7056b7c68cb3ba2ab51cf0b75a780c6a11e5e181770067700454ace7b)
3535
have made the constexpr unconditional.
36-
This have not been implemented yet due to limited compiler support.
36+
constexpr has not yet been fully implemented due to limited compiler support - see [Alternative implementation using P3074 when compiler support is available](https://github.com/bemanproject/inplace_vector/issues/36).
3737

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

0 commit comments

Comments
 (0)