WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1227982

Browse files
committed
Fix doc
1 parent 28459f8 commit 1227982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COMPATIBILITY
2626

2727
This library is compatible with C++98, but if you give compile it with C++11 or later, this library uses `std::move()` instead of value copy and thus you can sort move-only types (see [#9](https://github.com/gfx/cpp-TimSort/pull/9) for details).
2828

29-
You can disable use of `std::move()` by passing the macro '-DDISABLE_STD_MOVE'.
29+
You can disable use of `std::move()` by passing the macro '-DGFX_TIMSORT_USE_CXX11=0'
3030

3131
SEE ALSO
3232
==================

0 commit comments

Comments
 (0)