[Issue 11671] ctRegex broken
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 3 17:10:17 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11671
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|dget.d(49): Error: |ctRegex broken
|ScopeDsymbol |
|dget.__anonymous.__anonymou |
|s template |
|std.regex.ctRegex(alias |
|pattern, alias flags = []) |
|is private |
--- Comment #6 from Martin Nowak <code at dawg.eu> 2013-12-03 17:10:13 PST ---
cat > bug.d << CODE
import std.regex;
void main()
{
enum rule = ctRegex!"";
}
CODE
dmd -c bug
----
bug.d(5): Error: module bug template std.regex.ctRegex(alias pattern, alias
flags = []) is private
----
Fails for me too.
DMD64 D Compiler v2.065-devel-7088593
druntime-8cfd7f5
phobos-ae34e22
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list