Re: ctRegex! vs regex error

2013-08-08 Thread Anthony Goins
On Wednesday, 7 August 2013 at 22:36:39 UTC, Milvakili wrote: Hi, I can compile void 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: ...

Re: ctRegex! vs regex error

2013-08-08 Thread Tyler Jameson Little
On Wednesday, 7 August 2013 at 22:36:39 UTC, Milvakili wrote: Hi, I can compile void 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:

Re: ctRegex! vs regex error

2013-08-08 Thread Dmitry Olshansky
08-Aug-2013 02:36, Milvakili пишет: Hi, I can compile void main(){ auto myRegx = regex(`(?!test)`); } however can not compile this one void main(){ auto myRegx = ctRegex!(`(?!test)`); } Well, it should have said sorry, unsupported yet or something to that extent. It's a bug regardless as

ctRegex! vs regex error

2013-08-07 Thread Milvakili
Hi, I can compile void 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: /opt/compilers/dmd2/include/std/regex.d(4355): Error: