Browse Source

compat: should apply to both Core versions

pull/2525/head
Maxim Prokhorov 2 years ago
parent
commit
b23845bfb9
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      code/espurna/compat.h

+ 4
- 1
code/espurna/compat.h View File

@ -133,10 +133,13 @@ constexpr size_t size(const T& value) {
} // namespace std
#endif
// Same as min and max, force same type arguments
#undef constrain
#endif
// Hijacks useful name
#undef bit
// -----------------------------------------------------------------------------
// Make sure all INPUT modes are available to the source


Loading…
Cancel
Save