Skip to content

Commit 88c3d32

Browse files
committed
conform to linting rules
1 parent f35f67f commit 88c3d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ 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-
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).
36+
constexpr has not yet been fully implemented due to limited compiler support - see
37+
[Alternative implementation using P3074 when compiler support is available](https://github.com/bemanproject/inplace_vector/issues/36).
3738

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

0 commit comments

Comments
 (0)