Skip to content

Commit 68d5d80

Browse files
Added C++11/14 compatible std::shared_mutex (#1095)
Port is based on GCC 7.4 std::shared_mutex implementation Relates-To: OAM-756 Signed-off-by: Andrey Kashcheev <[email protected]>
1 parent c79842d commit 68d5d80

File tree

2 files changed

+420
-0
lines changed

2 files changed

+420
-0
lines changed

olp-cpp-sdk-core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ set(OLP_SDK_PORTING_HEADERS
111111
./include/olp/core/porting/export.h
112112
./include/olp/core/porting/make_unique.h
113113
./include/olp/core/porting/platform.h
114+
./include/olp/core/porting/shared_mutex.h
114115
./include/olp/core/porting/try_emplace.h
115116
./include/olp/core/porting/warning_disable.h
116117
)

0 commit comments

Comments
 (0)