Cleanup the FieldVector<K,SIZE>
All threads resolved!
All threads resolved!
This MR cleans up the FieldVector
class similar to the cleanup of just the specialization FieldVector<K,1>
in !1387 (merged).
The following changes are implemented
- Unify the indentation and spaces inside brackets, around brackets, and around
for
,if
statements. - Add
constexpr
to all functions where possible - Add
noexcept
keyword where possible (sometimes with a condition) - Unify the formatting of documentation comments
- Simplify the constraints on the constructors, without changing its behavior
- Cleanup of includes (remove unnecessary includes, order lexicographically, write out full path)
- Rename the include-guard to common form
This MR also contains a change discussed and implemented in !1345 (merged), which should be merged before.
Edited by Simon Praetorius
Merge request reports
Activity
assigned to @oliver.sander
added 4 commits
-
abf66434...668f4e73 - 3 commits from branch
master
- d48e2254 - Cleanup the FieldVector<K,SIZE>
-
abf66434...668f4e73 - 3 commits from branch
added 1 commit
- cfc83974 - Add explicit to deleted converting constructor
- Resolved by Simon Praetorius
added 1 commit
- 568686d0 - Improve the documentation of FieldVector default constructor
enabled an automatic merge when the pipeline for 568686d0 succeeds
mentioned in commit 73c7034c
mentioned in merge request !1485 (merged)
Please register or sign in to reply