Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.4.1
-
Windows 8.1, MSVC 2015
Description
eclang analyzer needs _CRT_USE_BUILTIN_OFFSETOF defined on Windows when MSVC is the kit as this will eliminate some issues found in the headers provided with Visual C++ such as:
xstring:1905:26: error: constexpr variable '_Memcpy_move_offset' must be initialized by a constant expression static constexpr size_t _Memcpy_move_offset = offsetof(_Mydata_t, _Bx);
Attachments
Issue Links
- links to