mirror of
https://github.com/mpusz/mp-units.git
synced 2026-07-04 23:50:59 +02:00
ce833d344d
The cartesian_vector and random distribution types now live in mp_units::utility. Turn the transitional mp_units:: shims into proper [[deprecated]] aliases (gcc-12 keeps a plain using-declaration because CTAD through a deprecated alias template is broken there), and migrate all in-tree consumers to mp_units::utility:: so the deprecations don't trip -Werror. cartesian_tensor keeps no shim: it is unreleased (added in 2.6.0, never shipped), so it lives only at mp_units::utility. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>