You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Run `make test` for testing and `make coverage` for test coverage.
24
24
COMPATIBILITY
25
25
==================
26
26
27
-
This library is compatible with C++03, but if you give the `-DENABLE_STD_MOVE=1` flag to the compiler, you can sort move-only types (see [#9](https://github.com/gfx/cpp-TimSort/pull/9) for details).
27
+
This library is compatible with C++03, but if you give the `-DENABLE_STD_MOVE` flag to the compiler, you can sort move-only types (see [#9](https://github.com/gfx/cpp-TimSort/pull/9) for details).
28
28
29
29
SEE ALSO
30
30
==================
@@ -38,42 +38,42 @@ BENCHMARK
38
38
bench.cpp, invoked by `make bench`, is a simple benchmark.
39
39
An example output is as follows (timing scale: sec.):
0 commit comments