Skip to content

Commit

Permalink
cpponsea2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jul 2, 2024
1 parent b70af67 commit ce42d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpponsea2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@

#### enum_to_string - P2996 - https://godbolt.org/z/fo58vedxj

```
```cpp
template<class E> requires is_enum_v<E>
constexpr auto enum_to_string(E value) -> string_view {
```
Expand Down Expand Up @@ -541,7 +541,7 @@

#### enum_to_string - P2996 - https://godbolt.org/z/M3rPMfxE9

```
```cpp
template<class E> requires is_enum_v<E>
constexpr auto enum_to_string(E value) -> string_view {
```
Expand Down

0 comments on commit ce42d09

Please sign in to comment.