mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
A number of basic typedef were removed in the Boost GIL 1.68 release, notably `bits32` and `bits32f`. Additionally the `GIL_DEFINE_ALL_TYPEDEFS` macro signature changed. This commit introduces compatibility type aliases and conditionally calls the new macro if `BOOST_VERSION` is high enough.