mirror of
https://github.com/boostorg/gil.git
synced 2026-01-30 20:02:11 +00:00
Those are places boost::is_same can be replaced in non-intrusive way. Remaining are types derived from boost::is_same, where the replacing would affect all their uses - effectively switching from boost::true_/false_ types to std::true_type and std::false_type. Such change needs to come along with Boost.MPL to MP11 migration.