std.regex.Stack
H. S. Teoh
hsteoh at quickfur.ath.cx
Thu Sep 5 15:48:23 PDT 2013
Today, I was surprised to discover that std.regex has a public stack
implementation (std.regex.Stack). Is this intended to be public? It's
causing a conflict with my code, and I found it strange that importing
std.regex should declare a type called 'Stack'.
I'm refraining from filing a bug for now, just in case there's a good
reason for this that I didn't think of.
T
--
Without outlines, life would be pointless.
More information about the Digitalmars-d
mailing list