mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
Divide type_traits into two groups: - util/type_traits_std.hpp - dependant only on std type_traits - util/type_traits.hpp - dependant on geometry tags, also including the above. Add remove_cptrref and use it instead of bare_type. For now keep bare_type, move it to util/type_traits_std.hpp.