-
Notifications
You must be signed in to change notification settings - Fork 83
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
Is there a version without boost #57
Comments
I have make a fork that without boost, but it doesn't test since the test unit is under boost. See the Readme.md for detail. |
Perhaps you could keep boost as a dependency for testing only? |
Sorry, I don't want to install boost in my computer, since lack of storage... |
I'm not a maintainer, only a fan of the project. It was mostly a suggestion to ensure your changes were in fact working, as an encouragement to @ybainier to consider integrating your changes :) |
Just in case, there are now tools like |
I really like the DI style of C# autofac, and it would be great if they could be used in C++.
But I hope there's no need to introduce overly large libraries (such as boost)
The text was updated successfully, but these errors were encountered: