hoytech / lmdbxx

C++17 wrapper for the LMDB embedded B+ tree database library
The Unlicense
51 stars 16 forks source link

explicitly add <string> for std::string #7

Closed epsilon-0 closed 3 years ago

epsilon-0 commented 3 years ago

string_view does not include string in openbsd

Signed-off-by: Aisha Tammy floss@bsd.ac


Needed at https://github.com/hoytech/lmdbxx/blob/master/lmdb%2B%2B.h#L1281

epsilon-0 commented 3 years ago

I am also fine with making this patch just for OpenBSD but I don't see any drawbacks to being explicitly included.

hoytech commented 3 years ago

Thank you!