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. Pick-to: 6.8 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>
This commit is contained in:
parent
904023e2de
commit
21a0818903
@ -98,7 +98,7 @@
|
||||
\li Not Supported
|
||||
\row
|
||||
\li Forward Iterator
|
||||
\li std::slist
|
||||
\li std::forward_list
|
||||
\li Supported
|
||||
\row
|
||||
\li Bidirectional Iterator
|
||||
|
Loading…
x
Reference in New Issue
Block a user