Changelog: Remove false limitation

The real problem is currently addressed.

Change-Id: I85e341340ec5dce5424b4cc40b29fe480fe64f12
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-06-20 22:39:11 +03:00
committed by Orgad Shaneh
parent 0e0f8b318e
commit 22b28fe49f

View File

@@ -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