Skip to content

Commit

Permalink
Merge pull request #2692 from 9il/issue13717
Browse files Browse the repository at this point in the history
fix issue 13717
  • Loading branch information
H. S. Teoh committed Nov 12, 2014
2 parents bfe9642 + 09fe0a3 commit b049c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/string.d
Expand Up @@ -102,6 +102,10 @@ import std.range;
import std.traits;
import std.typetuple;

//public imports for backward compatibility
public import std.algorithm : startsWith, endsWith, cmp, count;
public import std.array : join, split;

/* ************* Exceptions *************** */

/++
Expand Down

0 comments on commit b049c00

Please sign in to comment.