mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
std.regex.Captures is public
- Note std.regex use a global "private:" and a whitelist of public symbols.
This commit is contained in:
parent
7ccab2a0b7
commit
a890f084c5
1 changed files with 1 additions and 1 deletions
|
@ -6122,7 +6122,7 @@ enum OneShot { Fwd, Bwd };
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
+/
|
+/
|
||||||
@trusted struct Captures(R,DIndex)
|
@trusted public struct Captures(R,DIndex)
|
||||||
if(isSomeString!R)
|
if(isSomeString!R)
|
||||||
{//@trusted because of union inside
|
{//@trusted because of union inside
|
||||||
alias DIndex DataIndex;
|
alias DIndex DataIndex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue