From cbb2ba23e203374132e4b134b1c8f1a3626d2378 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Mon, 17 Oct 2016 18:56:20 +0200 Subject: Qt 5.7 requires C++11 so this hint is not needed anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7e267c69ccf3835e4d69b4c612f1baaf40d8be39 Reviewed-by: Frederik Gladhorn Reviewed-by: Topi Reiniƶ --- src/corelib/doc/src/containers.qdoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/corelib/doc/src/containers.qdoc b/src/corelib/doc/src/containers.qdoc index 0b98397a68..a1c32bb007 100644 --- a/src/corelib/doc/src/containers.qdoc +++ b/src/corelib/doc/src/containers.qdoc @@ -158,11 +158,8 @@ \endtable Containers can be nested. For example, it is perfectly possible - to use a QMap >, where the key type is - QString and the value type QList. The only pitfall is that - you must insert a space between the closing angle brackets (>); - otherwise the C++ compiler will misinterpret the two >'s as a - right-shift operator (>>) and report a syntax error. + to use a QMap>, where the key type is + QString and the value type QList. The containers are defined in individual header files with the same name as the container (e.g., \c ). For -- cgit v1.2.3