Skip to content

Commit 08a6ba2

Browse files
committed
Update OS support
1 parent 007be4c commit 08a6ba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void threadExample()
6363
6464
* Windows (10/11)
6565
* Ubuntu (22.04/24.04)
66-
* macOS (14/15)
66+
* macOS (15/26)
6767
6868
This list includes only those systems on which functionality testing is conducted.
6969
However, you can also compile it under any other Linux distribution or operating system.

wrappers/cpp/mpmt/thread.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ class Thread final
105105
// Note: for other functions use C++ STD thread.
106106
};
107107

108-
}; // namespace mpmt
108+
} // namespace mpmt

0 commit comments

Comments
 (0)