← Back to index
|
Original Bugzilla link
Bug 13398 – std.regex causes recursive expansion of std.algorithm.MinType
Status
RESOLVED
Resolution
DUPLICATE
Severity
major
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2014-08-29T10:01:00Z
Last change time
2014-08-29T10:15:16Z
Assigned to
nobody
Creator
john.loughran.colvin
Comments
Comment #0
by john.loughran.colvin — 2014-08-29T10:01:01Z
void foo(string a, string b) { import std.regex; match(a, b); } std/algorithm.d(7168): Error: template instance std.algorithm.MinType!(uint, uint) recursive expansion tested with dmd git HEAD
Comment #1
by dlang-bugzilla — 2014-08-29T10:15:16Z
*** This issue has been marked as a duplicate of issue 13379 ***