• twanvl's avatar
    Be more strict about type conversion: · 7afe1ee1
    twanvl authored
      * numbers are no longer auto converted to booleans, use to_boolean or != 0
      * booleans are no longer auto converted to numbers, use to_int
      * strings will soon no longer be auto converted to numbers, use to_int
    
    Added version information ("since 0.3.7") to documentation
    7afe1ee1
value.hpp 4.01 KB