Show
Ignore:
Timestamp:
04/12/08 11:22:27 (9 months ago)
Author:
tom
Message:

Revert previous fix for #89 and add a new improved fix that enhances the
value class to have a proper null type and do comparisions SQL style so
that null is neither equal nor not equal to other things.

Files:
1 modified

Legend:

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

    r692 r693  
    121121         } 
    122122           
    123          bool exists(const std::string &k) const 
    124          { 
    125             return props_.find(k) != props_.end(); 
    126          } 
    127  
    128123         std::string to_string() const 
    129124         {