Skip to content

Commit

Permalink
fix missing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wx257osn2 committed Jan 26, 2023
1 parent f34854c commit 1d666c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/expected/unexpect_t.md
Expand Up @@ -10,7 +10,7 @@ namespace std {
explicit unexpect_t() = default;
};

inline constexpr unexpect_t {};
inline constexpr unexpect_t unexpect{};
}
```
Expand Down

0 comments on commit 1d666c6

Please sign in to comment.