Skip to content
Snippets Groups Projects
Unverified Commit 906dd478 authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Address c++17 TODO comments. (#1159)

* 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.
parent d5ace349
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment