std::shared_mutex support #11

This commit is contained in:
greg
2019-05-25 16:01:53 -04:00
parent ced6251124
commit 39c002d52a
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -311,6 +311,10 @@
#define PHMAP_HAVE_STD_STRING_VIEW 1
#endif
#if (defined(_MSVC_LANG) && _MSVC_LANG >= 201402) || __cplusplus >= 201402
#define PHMAP_HAVE_SHARED_MUTEX 1
#endif
#ifndef PHMAP_HAVE_STD_STRING_VIEW
#define PHMAP_HAVE_STD_STRING_VIEW 0
#endif