axom
axom copied to clipboard
Add `explicit` to all one-argument ctors
Survey the code: find all the single-argument constructors where we should add the explicit
keyword. There may be places where we want to allow implicit construction. We might not be able to add explicit
to initializer list constructors.
Please add cases in the code that you see and should be discussed here:
- [ ]
Done for now. Will reopen if this bites us again.