We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007be4c commit 08a6ba2Copy full SHA for 08a6ba2
2 files changed
README.md
@@ -63,7 +63,7 @@ void threadExample()
63
64
* Windows (10/11)
65
* Ubuntu (22.04/24.04)
66
-* macOS (14/15)
+* macOS (15/26)
67
68
This list includes only those systems on which functionality testing is conducted.
69
However, you can also compile it under any other Linux distribution or operating system.
wrappers/cpp/mpmt/thread.hpp
@@ -105,4 +105,4 @@ class Thread final
105
// Note: for other functions use C++ STD thread.
106
};
107
108
-}; // namespace mpmt
+} // namespace mpmt
0 commit comments