Skip to content
Snippets Groups Projects
Commit fbad1d05 authored by Jan Möbius's avatar Jan Möbius
Browse files

Merge branch 'VS2017-Qt5141_Switch' into 'master'

Work around bitset VS2017 and ealrlier compiler bug

See merge request !1
parents d5f2c2fa d8cae40c
No related branches found
No related tags found
1 merge request!1Work around bitset VS2017 and ealrlier compiler bug
......@@ -48,6 +48,13 @@
//================================================================
#ifdef _MSC_VER
#if (_MSC_VER <= 1916)
#define QT_NO_FLOAT16_OPERATORS
#endif
#endif
//== INCLUDES ====================================================
......
......@@ -56,6 +56,12 @@
#ifndef FILEBUNDLEPLUGIN_HH
#define FILEBUNDLEPLUGIN_HH
#ifdef _MSC_VER
#if (_MSC_VER <= 1916)
#define QT_NO_FLOAT16_OPERATORS
#endif
#endif
//== INCLUDES ====================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment