lmdb-safe
lmdb-safe copied to clipboard
use std::string_view whenever possible
std::string_view is available with libcxx, even in C++11 mode. Use the proper macro to check it.