Borislav Stanimirov

Results 72 comments of Borislav Stanimirov

I think this should be the default even. Leaking these sockets can't be safe without asio's fork hooks, and if one does want to use the fork hooks, they should...

Simple repro which can be added to `t-ufunction-11.cpp`: ```c++ int sum(int a, int b) { return a + b; } TEST_CASE("Func") { itlib::ufunction func = sum; } ```

It seems that the style checks are still failing, though to be honest, I don't see why

I'm against this. I'm pasting my comment from the linked discussion: The proposed solutions would only work if all packages are listed in a central `CMakeLists`, and if this was...

I think that package-lock should be at least rethought before proceeding with such changes

I agree that it would be good to have a way to obtain the inferred name for a package. I don't mind the proposal. `CPM_LAST_PACKAGE_NAME` sounds better to me as...

@CraigHutchinson do you want to make a PR for this?

As a workaround to this issue, I created this tool: https://github.com/iboB/natvis-join I'll probably add some more features in the coming days (one that comes to mind is automatic generation of...

@nothings I'm revisiting some of my PRs and just wanted to ping you about this one in case it slipped through when you make merges