Changeset 676 for branches

Show
Ignore:
Timestamp:
03/26/08 19:30:40 (8 months ago)
Author:
dom
Message:

re-enable regex support (fixes #77)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/0.5/include/mapnik/filter_parser.hpp

    r547 r676  
    408408                         | (L"<=" >> expression) 
    409409                         [compose_filter<FeatureT,less_than_or_equal<value> >(self.filters,self.exprs)] 
    410                        /*  | regex */); 
     410                         | regex ); 
    411411 
    412412                equation = relation >> *( ( L'=' >> relation)