Skip to content

Commit

Permalink
md: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-jusiak committed Oct 14, 2023
1 parent 2dbd66b commit 123073c
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 @@ -37,7 +37,7 @@
* [Did you know that C++23 added support for formatting ranges?](https://github.com/tip-of-the-week/cpp/blob/master/tips/321.md)
* [Did you know that `std::unique_ptr` can be constexpr in C++23?](https://github.com/tip-of-the-week/cpp/blob/master/tips/318.md)
* [Did you know that C++23 added static operator[]?](https://github.com/tip-of-the-week/cpp/blob/master/tips/307.md)
* [Did you know that functions in <charconv> are constexpr since C++23?](https://github.com/tip-of-the-week/cpp/blob/master/tips/301.md)
* [Did you know that functions in `<charconv>` are constexpr since C++23?](https://github.com/tip-of-the-week/cpp/blob/master/tips/301.md)
* [Did you know that C++23 added support for constexpr std::bitset?](https://github.com/tip-of-the-week/cpp/blob/master/tips/300.md)
* [Did you know that C++23 added static operator()?](https://github.com/tip-of-the-week/cpp/blob/master/tips/298.md)
* [Did you know that C++23 added `stacktrace` library?](https://github.com/tip-of-the-week/cpp/blob/master/tips/295.md)
Expand Down
2 changes: 1 addition & 1 deletion tips/301.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<details open><summary>Info</summary><p>

* **Did you now that functions in <charconv> are constexpr since C++23?**
* **Did you now that functions in `<charconv>` are constexpr since C++23?**

* https://wg21.link/P2291

Expand Down

0 comments on commit 123073c

Please sign in to comment.