aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.5.0.md
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-06-20 22:39:11 +0300
committerOrgad Shaneh <orgads@gmail.com>2015-06-25 13:26:21 +0000
commit22b28fe49fbd55c878c7d398c52eb06d5bc81b53 (patch)
treeb38d34d1d6505edd6c821a598857489e6764d950 /dist/changes-3.5.0.md
parent0e0f8b318e7bc2133f248084d22b8d723be03296 (diff)
Changelog: Remove false limitation
The real problem is currently addressed. Change-Id: I85e341340ec5dce5424b4cc40b29fe480fe64f12 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.5.0.md')
-rw-r--r--dist/changes-3.5.0.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index f2424ffb10..ea202cf072 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<std::string>`)
+ * MSVC implementation is not supported
QML Support