Qt Concurrent documentation: fix Forward Iterator example container

std::slist doesn't seem to even exist on Google, while std::forward_list
exists in the standard since C++11.

Change-Id: I9869c716fb631bc743e656a3b8bbb8ca35c9a1ed
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 9e5dae9b8c3d43cfd86719e429f35b032d14c66c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 21a0818903bca4a31e58abbdf58cb9c94830d5a3)
bb10
Aurélien Brooke 2025-01-02 11:16:38 +01:00 committed by Qt Cherry-pick Bot
parent b751307144
commit c0959dd287
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
\li Not Supported
\row
\li Forward Iterator
\li std::slist
\li std::forward_list
\li Supported
\row
\li Bidirectional Iterator