Don't include qfloat.h in the QtCore master include
We have observed that MSVC 2013 gets lost with the overloads that this header adds, causing compilation bugs. This is believed to be a compiler bug, but it's not something we can work around. Task-number: QTBUG-58555 Change-Id: I536c32a88bff44dab37afffd14a1bad1d31dc16d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Glen Mabey <Glen.Mabey@swri.org>
This commit is contained in:
parent
7314c53d31
commit
8a410f60ae
@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QFloat16)
|
||||
#pragma qt_no_master_include
|
||||
#endif
|
||||
|
||||
class qfloat16
|
||||
|
Loading…
x
Reference in New Issue
Block a user