- Timestamp:
- 03/26/08 19:30:40 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/0.5/include/mapnik/filter_parser.hpp
r547 r676 408 408 | (L"<=" >> expression) 409 409 [compose_filter<FeatureT,less_than_or_equal<value> >(self.filters,self.exprs)] 410 /* | regex */);410 | regex ); 411 411 412 412 equation = relation >> *( ( L'=' >> relation)
