Skip to content

Commit

Permalink
375 - fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-jusiak committed Sep 10, 2024
1 parent 08c200c commit 73c8a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

> C++26
* [Did you know C++26 added support constexpr placement new?](https://github.com/tip-of-the-week/cpp/blob/master/tips/375.md)
* [Did you know that C++26 added support constexpr placement new?](https://github.com/tip-of-the-week/cpp/blob/master/tips/375.md)
* [Did you know that C++26 added `= delete("should have a reason")`?](https://github.com/tip-of-the-week/cpp/blob/master/tips/371.md)
* [Did you know that C++26 added `span.at`?](https://github.com/tip-of-the-week/cpp/blob/master/tips/370.md)
* [Did you know about C++26 simd proposal (1/N)?](https://github.com/tip-of-the-week/cpp/blob/master/tips/367.md)
Expand Down
2 changes: 1 addition & 1 deletion tips/375.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<details open><summary>Info</summary><p>

* **Did you know C++26 added support constexpr placement new?
* **Did you know that C++26 added support constexpr placement new?**

* https://wg21.link/P2747

Expand Down

0 comments on commit 73c8a85

Please sign in to comment.