aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/drop_while.h
AgeCommit message (Collapse)Author
2015-02-05Defer `If` template resolution analogously to other functionsAdrian Kummerlaender
* all other functions sans `Cons` are resolved when the respective member `*::type` is instantiated * this was changed soely to increase coherence
2015-02-01Added `DropWhile` analogously to `TakeWhile`Adrian Kummerlaender