2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-30 20:02:11 +00:00
Files
gil/include
Mateusz Łoskot 45ca507ca3 Replace some uses of boost::is_same with std::is_same (#225)
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.
2019-01-27 10:54:05 +00:00
..