Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Direct initialization" für Klassenvariablen verwenden #790

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

michael-rapp
Copy link
Collaborator

Statt nicht primitive Klassenvariablen per Copy-Konstruktor zu initialisieren, wird nun "direct initialization" verwendet, d.h., statt einem Objekt der zu initialisierenden Klasse, werden die Konstruktorargumente direkt an die an die Member-Initialization-List übergeben.

@michael-rapp michael-rapp added boosting Affects the subproject "boosting" seco Affects the subproject "seco" refactoring Reorganization or cosmetic changes of code labels Oct 21, 2023
@michael-rapp michael-rapp added this to the 0.10.0 milestone Oct 21, 2023
@michael-rapp michael-rapp merged commit 42da64f into development Oct 21, 2023
0 of 4 checks passed
@michael-rapp michael-rapp deleted the direct-member-initialization branch October 21, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boosting Affects the subproject "boosting" refactoring Reorganization or cosmetic changes of code seco Affects the subproject "seco"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants