mdbx++: disable C++20 concepts for stupid AppleClang 13.x (hotfix).

This commit is contained in:
Leonid Yuriev
2021-12-08 05:10:47 +03:00
parent df6b9028ec
commit 739e02655e
2 changed files with 13 additions and 3 deletions

View File

@@ -24,6 +24,10 @@ Acknowledgements:
- [gcxfd <i@rmw.link>](https://github.com/gcxfd) for reporting, contributing and testing.
Fixes:
- Disabled C++20 concepts for stupid AppleClang 13.x
Minors:
- Fixed returning `MDBX_RESULT_TRUE` (-1) from `mdbx_env_set_option()`.