Skip to content
Snippets Groups Projects
user avatar
Sam Yates authored
* Use structured bindings where noted (there are likely other opportunities in the code).
* Use `if constexpr` to simplify some template-dispatched code.
* Remove `arb::uitl::get`, as it is no longer required now that util::variant is replaced.
* Add `_v` utility inline constexpr template values.

Part of the C++17 migration task #1022.
906dd478