core: fix fallback CV_CONSTEXPR definition

keep it empty to avoid failures of these declarations:
static CV_CONSTEXPR const int var = ...;
pull/14101/head
Alexander Alekhin 6 years ago
parent 26087e28ad
commit 8518d078d7
  1. 2
      modules/core/include/opencv2/core/cvdef.h

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

Loading…
Cancel
Save