Skip to content

Commit

Permalink
Merged with github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvasilev committed Jul 9, 2014
2 parents ec2d496 + bb25799 commit 55b3053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
mingw-std-threads
=================

<<<<<<< HEAD
Standard C++11 threading classes implementation, which are currently still missing
on MinGW GCC.

Expand All @@ -27,3 +28,6 @@ std::thread, std::mutex, std::condition_variable are not defined. However, highe
helper classes are still defined in &lt;mutex&gt; and are usable. Hence, this implementation
does not re-define them, and to use these helpers, you should include &lt;mutex&gt; as well, as explained
in the usage section.
=======
Standard threads implementation currently still missing on MinGW GCC on Windows
>>>>>>> bb25799b03f63d3ad74a5cc93c7388e6ed6c1f2d

0 comments on commit 55b3053

Please sign in to comment.