summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-07-17 02:39:07 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-07-17 20:09:59 (GMT)
commit5210d47aa66214e3cb16f394d0510a91f770c1b1 (patch)
tree0e3ef64679022995efa14b74d4a8fac7bac327ec /tools/configure
parentef082f0289b3e0cdbffdc280de5811e78c06e1fc (diff)
downloadQt-5210d47aa66214e3cb16f394d0510a91f770c1b1.zip
Qt-5210d47aa66214e3cb16f394d0510a91f770c1b1.tar.gz
Qt-5210d47aa66214e3cb16f394d0510a91f770c1b1.tar.bz2
Only forward-declare some std classes if QT_NO_STL is defined.
If that is not done, building with clang, libc++ and C++11 support does not work: libc++ defines the iterator tag classes in an inline namespace inside the std namespace, and forward-declaring those classes inside the std namespace itself in qiterator.h causes an ambiguity that clang solves by choosing the incomplete-declared class declared in the enclosing std namespace. This is probably the "clang build problem" reported in commit 19e2b4d6eb733d9fd4eb69c0622b699fd08a3203 to qtbase, which cannot be directly cherry-picked without breaking other classes due to QT_NO_STL still being present in Qt 4. Change-Id: I26e33915347d3f94ef2e10b68fca6b2099ec9491 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'tools/configure')
0 files changed, 0 insertions, 0 deletions