- Timestamp:
- 03/28/08 19:58:09 (8 months ago)
- Files:
-
- 1 modified
-
trunk/include/mapnik/filter_parser.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/mapnik/filter_parser.hpp
r660 r678 455 455 | (L"<=" >> expression) 456 456 [compose_filter<FeatureT,less_than_or_equal<value> >(self.filters,self.exprs)] 457 /* | regex */);457 | regex ); 458 458 459 459 equation = relation >> *( ( L'=' >> relation)
