Bug #1735
Improve ReverseRange
| Status: | Rejected | Start date: | 06/02/2017 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Core | Spent time: | - | |
| Target version: | - |
Description
This should work:
CONSOLE_APP_MAIN
{
VectorMap<int, String> h;
h(1, "one")(2, "two");
for(const auto& x : ReverseRange(~h))
DLOG(x.key << ' ' << x.value);
}
History
#1 Updated by Miroslav Fidler over 8 years ago
- Description updated (diff)
#2 Updated by Zbigniew Rebacz over 8 years ago
- Category set to Core
#3 Updated by Miroslav Fidler over 8 years ago
- Status changed from New to Rejected