Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 4.8.1, Qt Creator 4.9.0-beta1
-
None
-
Visual Studio 15.8.9
Description
Steps to reproduce:
1. include any std header
2. notice the errors
The problem happens in MSVS's vadefs.h:151 :
template <typename _Ty>
struct __vcrt_assert_va_start_is_not_reference
;
the static_assert causes a "Parse issue: error: expected parameter declarator" and after this almost nothing in the code model works - which is to be expected because this is a fundamental header of MS' standard library
Attachments
Issue Links
- relates to
-
QTCREATORBUG-21860 Language version detection is broken with cotire
- Closed