Remove redundant …
- ~access modifiers,~
- forward declarations,
- unused variables,
- statements, and
- ~return types from lambdas.~
Remove redundant …
@Empact Thanks for the quick review!
I’ve now excluded dc0996f15ab99c8307bf63efd339cad20ddcb562 from this PR – I see your point.
Regarding 1d45dcd67dbb7319e9acd6dd36ce7106727cb18a, what does that add from a documentation viewpoint? struct
has public access to its base classes by default. Perhaps I’m missing something :-)
struct
and class
differ in their defaults.
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.