From 22b28fe49fbd55c878c7d398c52eb06d5bc81b53 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sat, 20 Jun 2015 22:39:11 +0300 Subject: [PATCH] Changelog: Remove false limitation The real problem is currently addressed. Change-Id: I85e341340ec5dce5424b4cc40b29fe480fe64f12 Reviewed-by: Nikolai Kosjar --- dist/changes-3.5.0.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md index f2424ffb103..ea202cf0726 100644 --- a/dist/changes-3.5.0.md +++ b/dist/changes-3.5.0.md @@ -93,10 +93,7 @@ C++ Support * Partially fixed STL containers (QTCREATORBUG-8937, QTCREATORBUG-8922) * GCC implementation of `std::map`, `std::unique_ptr` (and other pointer wrappers) and `std::vector` are known to work - * Known limitations: - * MSVC implementation is not supported - * types that contain a typedef for `pointer` are not supported - (For example: `std::unique_ptr`) + * MSVC implementation is not supported QML Support