On Wednesday, 7 August 2013 at 22:36:39 UTC, Milvakili wrote:
Hi, I can compilevoid main(){ auto myRegx = regex(`(?!test)`); } however can not compile this one void main(){ auto myRegx = ctRegex!(`(?!test)`); } code sample:http://dpaste.dzfl.pl/d38926f4 and get the following error: ... std.regex.ctRegex!("(?!test)") error instantiating
Sorry I really can't help you. Except to let you know your code sample link is broken.
