mapnik/include
artemp 1aa6cafea1 remove noexcept - we can't guarantee noexcept in std::swap(a,b)
and

```c++
    static_assert( noexcept ( std::swap(*this,rhs)), "throwing swap");
```

would fail at compile time
2014-01-28 14:21:58 +00:00
..
mapnik remove noexcept - we can't guarantee noexcept in std::swap(a,b) 2014-01-28 14:21:58 +00:00
build.py organize text code in subdirectory 2013-11-07 20:09:22 -08:00