Mateusz Pusz
Mateusz Pusz
I just played with a simple example: ```cpp inline constexpr struct fuel_consumption final : quantity_spec {} fuel_consumption; inline constexpr auto l_per_100km = si::litre / (mag * si::kilo); quantity q1 =...
For example the following should be supported (as much as possible): ```cpp template concept complex_operations = requires(Q voltage_phasor, Q electric_current_phasor, Q phase_angle, Q complex_power, Q apparent_power, Q active_power, Q reactive_power,...
https://en.cppreference.com/w/cpp/language/pack_indexing
The latest packages on Ubuntu don't support base < 4.15. Running with `cabal build --allow-newer=base` also didn't help. Would it be possible to update the repo to the latest toolchain...