Skip to content

Commit

Permalink
[faq] typo: C++20 以前 -> C++17 及以前
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Feb 5, 2024
1 parent 0483da0 commit 262c05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/range_iterator_and_algorithm/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ TODO, 没想到好的解释.
用不同层次的迭代器定义算法
------------------------------------------------------------------------------------------------------------------------

C++20 以前, 标准库即通过标签分发或其他各种方式实现 STL 算法.
C++17 及以前, 标准库即通过标签分发或其他各种方式实现 STL 算法.

.. code-block:: cpp
:linenos:
Expand Down

0 comments on commit 262c05c

Please sign in to comment.