Now that Axom requires `C++17`, should we replace the `AXOM_UNUSED_VAR` macro with the `[[maybe_unused]]` attribute?
Now that Axom requires
C++17, should we replace theAXOM_UNUSED_VARmacro with the[[maybe_unused]]attribute?