Skip to content

Commit

Permalink
typo: make_reverse_iteratorの言語バージョン
Browse files Browse the repository at this point in the history
一部C++03になっていたのを修正
  • Loading branch information
ToruNiina committed Jul 3, 2023
1 parent c99be70 commit 08a97ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/iterator/make_reverse_iterator.md
Expand Up @@ -8,7 +8,7 @@
namespace std {
template <class Iterator>
reverse_iterator<Iterator>
make_reverse_iterator(Iterator i); // C++03
make_reverse_iterator(Iterator i); // C++14

template <class Iterator>
constexpr reverse_iterator<Iterator>
Expand Down

0 comments on commit 08a97ea

Please sign in to comment.