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 6.9 Change-Id: I9869c716fb631bc743e656a3b8bbb8ca35c9a1ed Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
d71379d447
commit
9e5dae9b8c
@ -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