mdbx++: enables C++ API for amalgamated source code.

Change-Id: Ie73f32ee6b9a565eee69fa7267798a0fd67db4b0
This commit is contained in:
Leonid Yuriev
2020-09-13 18:06:14 +03:00
parent cd4caeb03d
commit 6c70a7fe11
5 changed files with 70 additions and 61 deletions

View File

@@ -12,7 +12,7 @@
* <http://www.OpenLDAP.org/license.html>. */
//
// Non-inline part of the libmdbx C++ API (preliminary draft)
// Non-inline part of the libmdbx C++ API (preliminary)
//
#ifdef _MSC_VER
@@ -25,7 +25,7 @@
#include "internals.h"
#include <atomic>
#include <cctype> // for isxdigit()
#include <cctype> // for isxdigit(), etc
#include <system_error>
#if defined(__has_include) && __has_include(<version>)