Commit 8518d078 authored by Alexander Alekhin's avatar Alexander Alekhin

core: fix fallback CV_CONSTEXPR definition

keep it empty to avoid failures of these declarations:
static CV_CONSTEXPR const int var = ...;
parent 26087e28
...@@ -691,7 +691,7 @@ __CV_ENUM_FLAGS_BITWISE_XOR_EQ (EnumType, EnumType) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment