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

allow autowiring private fields too #7

Closed

Conversation

extrawurst
Copy link
Contributor

this works using T.tupleof and the helpers in std.traits because using __traits alone forbids access to private fields.

@mbierlee
Copy link
Owner

mbierlee commented Feb 9, 2016

Thank you! Now we don't have to violate proper encapsulation anymore ;)
I've rebased your branch on the development branch instead, it will soon find its way to master.

@mbierlee mbierlee closed this Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants