Merge pull request #14101 from alalek:core_fix_constexpt_fallback

pull/14131/head
Alexander Alekhin 6 years ago
commit c43371f190
  1. 2
      modules/core/include/opencv2/core/cvdef.h

@ -691,7 +691,7 @@ __CV_ENUM_FLAGS_BITWISE_XOR_EQ (EnumType, EnumType)
# endif # endif
#endif #endif
#ifndef CV_CONSTEXPR #ifndef CV_CONSTEXPR
# define CV_CONSTEXPR const # define CV_CONSTEXPR
#endif #endif
// Integer types portatibility // Integer types portatibility

Loading…
Cancel
Save