fix std::shared_mutex

This commit is contained in:
byronhe
2021-04-02 01:03:27 +08:00
committed by GitHub
parent 259323f06f
commit 01d73bec61
+2 -2
View File
@@ -5137,6 +5137,8 @@ public:
}; };
#endif #endif
#endif // BOOST_THREAD_SHARED_MUTEX_HPP
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// std::shared_mutex support (read and write lock support) // std::shared_mutex support (read and write lock support)
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
@@ -5158,8 +5160,6 @@ public:
}; };
#endif // PHMAP_HAVE_SHARED_MUTEX #endif // PHMAP_HAVE_SHARED_MUTEX
#endif // BOOST_THREAD_SHARED_MUTEX_HPP
} // phmap } // phmap