Правка совместимости с Смоленск 1.5

This commit is contained in:
Andrei Astafev 2020-07-10 11:08:33 +03:00
parent f3c7ff25cf
commit f59e96bcaf

View File

@ -13,11 +13,10 @@
#pragma clang diagnostic ignored "-Wkeyword-macro"
#endif
// NOLINTNEXTLINE
#if ( __cplusplus < 201103L )
#define override
// NOLINTNEXTLINE
#define constexpr const
#define constexpr
#endif
#ifdef __clang__
#pragma clang diagnostic pop