Changeset 678

Show
Ignore:
Timestamp:
03/28/08 19:58:09 (5 months ago)
Author:
dom
Message:

re-enable regex support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/filter_parser.hpp

    r660 r678  
    455455                          | (L"<=" >> expression) 
    456456                          [compose_filter<FeatureT,less_than_or_equal<value> >(self.filters,self.exprs)] 
    457                           /*  | regex */); 
     457                          | regex ); 
    458458 
    459459                  equation = relation >> *( ( L'=' >> relation)