Skip to content
Snippets Groups Projects

Remove ifdefs for APPLE and ICC, not supported on this branch

Merged Marco Cattaneo requested to merge remove-icc-2018 into 2018-patches
6 files
+ 1
41
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -9,15 +9,6 @@
* or submit itself to any jurisdiction. *
\*****************************************************************************/
// ============================================================================
#ifdef __ICC
// ============================================================================
// disable icc remark #1572: floating-point equality and inequality comparisons are unreliable
// The comparisons are meant
// ============================================================================
#pragma warning(disable:1572)
// ============================================================================
#endif
// ============================================================================
// Include files
// ============================================================================
// STD & STL
Loading