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

Work around bitset VS2017 and ealrlier compiler bug

parent d5f2c2fa
Branches
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