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 @@ -117,11 +117,11 @@ The two-parameter version of the customization point calls the three-parameter o
117117* Changed in version 1.5.0:* ` case_insensitive_less ` is an instance of type ` case_insensitive_less_t ` .
118118
119119
120- [ binary-predicate ] : https://en.cppreference.com/w/cpp/concept /BinaryPredicate
120+ [ binary-predicate ] : https://en.cppreference.com/w/cpp/named_req /BinaryPredicate
121121 [ branchless-traits ] : Miscellaneous-utilities.md#branchless-traits
122122 [ callable ] : https://en.cppreference.com/w/cpp/named_req/Callable
123123 [ case-sensitivity ] : https://en.wikipedia.org/wiki/Case_sensitivity
124- [ 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
124+ [ cppcon2015-compare ] : https://github.com/CppCon/CppCon2015/tree/master/Presentations/Comparison%20is%20not%20simple%2C%20but%20it%20can%20be%20simpler
125125 [ custom-point ] : https://ericniebler.com/2014/10/21/customization-point-design-in-c11-and-beyond/
126126 [ natural-sort ] : https://en.wikipedia.org/wiki/Natural_sort_order
127127 [ P0100 ] : http://open-std.org/JTC1/SC22/WG21/docs/papers/2015/p0100r1.html
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ The following relations have yet to be analyzed:
228228
229229 [ better-sorting-networks ] : https://etd.ohiolink.edu/!etd.send_file?accession=kent1239814529
230230 [ cycle-sort ] : https://en.wikipedia.org/wiki/Cycle_sort
231- [ divide-sort-merge-strategy ] : http ://www .dtic.mil/dtic /tr/fulltext/u2/737270 .pdf
231+ [ divide-sort-merge-strategy ] : https ://apps .dtic.mil/sti /tr/pdf/AD0737270 .pdf
232232 [ exact-sort ] : https://www.geocities.ws/p356spt/
233233 [ indirect-adapter ] : Sorter-adapters.md#indirect_adapter
234234 [ morwenn-gist ] : https://gist.github.com/Morwenn
You can’t perform that action at this time.
0 commit comments