Skip to content

Commit

Permalink
Merge pull request #2733 from 9il/splitter
Browse files Browse the repository at this point in the history
update scope import in std.getopt
  • Loading branch information
H. S. Teoh committed Nov 15, 2014
2 parents da397d7 + 48547ac commit d4b1827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/getopt.d
Expand Up @@ -617,8 +617,7 @@ private void getoptImpl(T...)(ref string[] args, ref configuration cfg,
bool handleOption(R)(string option, R receiver, ref string[] args,
ref configuration cfg, bool incremental)
{
import std.range : splitter;
import std.algorithm : map;
import std.algorithm : map, splitter;
import std.ascii : isAlpha;
import std.conv : text, to;
// Scan arguments looking for a match for this option
Expand Down

0 comments on commit d4b1827

Please sign in to comment.