std.regex.Captures is public

- Note std.regex use a global "private:" and a whitelist of public symbols.
This commit is contained in:
dawg 2012-01-31 21:40:08 +01:00
parent 7ccab2a0b7
commit a890f084c5

View file

@ -6122,7 +6122,7 @@ enum OneShot { Fwd, Bwd };
}
----
+/
@trusted struct Captures(R,DIndex)
@trusted public struct Captures(R,DIndex)
if(isSomeString!R)
{//@trusted because of union inside
alias DIndex DataIndex;