mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-docs: minor refine Doxygen config and comments.
This commit is contained in:
4
mdbx.h++
4
mdbx.h++
@@ -189,7 +189,9 @@
|
||||
|
||||
/** Workaround for old compilers without properly support for C++20 `if
|
||||
* constexpr`. */
|
||||
#if defined(__cpp_if_constexpr) && __cpp_if_constexpr >= 201606L
|
||||
#if defined(DOXYGEN)
|
||||
#define MDBX_IF_CONSTEXPR constexpr
|
||||
#elif defined(__cpp_if_constexpr) && __cpp_if_constexpr >= 201606L
|
||||
#define MDBX_IF_CONSTEXPR constexpr
|
||||
#else
|
||||
#define MDBX_IF_CONSTEXPR
|
||||
|
Reference in New Issue
Block a user