Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Trivial] Issue 11462 - std.algorithm.multiSort is missing from the index. #2103

Merged
merged 1 commit into from Apr 23, 2014
Merged

Conversation

ghost
Copy link

@ghost ghost commented Apr 22, 2014

@@ -23,7 +23,7 @@ $(MYREF group) $(MYREF joiner) $(MYREF map) $(MYREF reduce) $(MYREF
splitter) $(MYREF sum) $(MYREF uniq) )
)
$(TR $(TDNW Sorting) $(TD $(MYREF completeSort) $(MYREF isPartitioned)
$(MYREF isSorted) $(MYREF makeIndex) $(MYREF nextPermutation)
$(MYREF isSorted) $(MYREF makeIndex) $(MYREF multiSort) $(MYREF nextPermutation)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Man git's diff is really backwards. It should highlight $(MYREF multiSort) as the new code, not multiSort) $(MYREF.

monarchdodra added a commit that referenced this pull request Apr 23, 2014
[Trivial] Issue 11462 - std.algorithm.multiSort is missing from the index.
@monarchdodra monarchdodra merged commit d3bf5bb into dlang:master Apr 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants