Bug #1735

Improve ReverseRange

Added by Miroslav Fidler almost 7 years ago. Updated almost 7 years ago.

Status:RejectedStart date:06/02/2017
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:CoreSpent 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 almost 7 years ago

  • Description updated (diff)

#2 Updated by Zbigniew Rebacz almost 7 years ago

  • Category set to Core

#3 Updated by Miroslav Fidler almost 7 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF