ctRegex! vs regex error

Anthony Goins neontotem at gmail.com
Thu Aug 8 04:37:35 PDT 2013


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:
>...
> std.regex.ctRegex!("(?!test)") error instantiating

Sorry I really can't help you.
Except to let you know your code sample link is broken.


More information about the Digitalmars-d mailing list