mapnik/include
Mickey Rose 7c14964de3 simplify mapnik::value conversion rules
- fixes #3570

- avoids recursive exception-specification on value constructor
  by only constructing a temporary for arithmetic types (everything
  else passes a reference to the base variant constructor)

- also removes `is_same<decay_t<T>, value>` SFINAE check -- because
  we're only passing a reference down, explicitly forcing the compiler
  to use the implicitly-defined copy/move instead is pointless
2016-12-14 02:37:27 +01:00
..
mapnik simplify mapnik::value conversion rules 2016-12-14 02:37:27 +01:00
build.py add geometry and value dirs 2016-10-11 18:01:30 +02:00