Hypodermic icon indicating copy to clipboard operation
Hypodermic copied to clipboard

Is there a version without boost

Open Wzshun opened this issue 10 months ago • 5 comments

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)

Wzshun avatar Oct 10 '23 06:10 Wzshun

I have make a fork that without boost, but it doesn't test since the test unit is under boost. So it can't be a pr, but I wish someone need it. Hypodermic

See the Readme.md for detail.

Wzshun avatar Oct 12 '23 01:10 Wzshun

Perhaps you could keep boost as a dependency for testing only?

judgeaxl avatar Oct 17 '23 23:10 judgeaxl

Sorry, I don't want to install boost in my computer, since lack of storage... You could test it and make it as one branch, i saw there are someone have trouble with boost... Thanks great job!

Wzshun avatar Oct 18 '23 02:10 Wzshun

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 :)

judgeaxl avatar Oct 20 '23 05:10 judgeaxl

Just in case, there are now tools like vcpkg available for C++ that manage dependencies for you just like nuget does for C#. I can confirm that Hypodermic can be installed from there and you don't need to deal with anything containing the word boost during this process yourself.

marked-one avatar Oct 27 '23 16:10 marked-one