File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ The two-parameter version of the customization point calls the three-parameter o
9797* This comparator can be [ refined] [ refining ] for a specific type to provide better performance.*
9898
9999
100- [ binary-predicate ] : https://en.cppreference.com/w/cpp/concept /BinaryPredicate
100+ [ binary-predicate ] : https://en.cppreference.com/w/cpp/named_req /BinaryPredicate
101101 [ branchless-traits ] : Miscellaneous-utilities.md#branchless-traits
102102 [ callable ] : https://en.cppreference.com/w/cpp/named_req/Callable
103103 [ case-sensitivity ] : https://en.wikipedia.org/wiki/Case_sensitivity
104- [ cppcon2015-compare ] : https://github.com/CppCon/CppCon2015/tree/master/Presentations/Comparison%20is%20not%20simple%2C%20but%20it%20can%20be%20simpler%20-%20Lawrence%20Crowl%20-%20CppCon%202015
104+ [ cppcon2015-compare ] : https://github.com/CppCon/CppCon2015/tree/master/Presentations/Comparison%20is%20not%20simple%2C%20but%20it%20can%20be%20simpler
105105 [ custom-point ] : https://ericniebler.com/2014/10/21/customization-point-design-in-c11-and-beyond/
106106 [ natural-sort ] : https://en.wikipedia.org/wiki/Natural_sort_order
107107 [ P0100 ] : http://open-std.org/JTC1/SC22/WG21/docs/papers/2015/p0100r1.html
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Another interesting property of $\mathit{Mono}$ is that it returns the same amou
241241
242242 [ better-sorting-networks ] : https://etd.ohiolink.edu/!etd.send_file?accession=kent1239814529
243243 [ cycle-sort ] : https://en.wikipedia.org/wiki/Cycle_sort
244- [ divide-sort-merge-strategy ] : http ://www .dtic.mil/dtic /tr/fulltext/u2/737270 .pdf
244+ [ divide-sort-merge-strategy ] : https ://apps .dtic.mil/sti /tr/pdf/AD0737270 .pdf
245245 [ exact-sort ] : https://www.geocities.ws/p356spt/
246246 [ indirect-adapter ] : Sorter-adapters.md#indirect_adapter
247247 [ morwenn-gist ] : https://gist.github.com/Morwenn
You can’t perform that action at this time.
0 commit comments