Results 44 comments of Kris Jusiak

I see, IMHO, concepts, coroutines (modules) would defo have the ability to simplify/improve the implementation as there are already workarounds for some C++20 features in the code.I personally think it's...

There is constant for that which may help? * https://github.com/boost-ext/ut/blob/master/example/tmp.cpp ```cpp "std::vector"_test = [] { constexpr auto test = []{ std::vectorv; v.push_back(0); return v; }; expect(1_u == std::size(test())); expect(constant); };...

it's reveal.js, just press space or arrows

oh, sorry, I didn't noice, thank you for pointing it out, repopened now

Sorry for the late response. I wasn't sure what should be done about it but after some thinking, I get into the conclusion that we don't wanna print in all...

Yes, it would but that's why you would use a fatal assertion to avoid it, right?

I understand the use case (which is obviously a valid one) just have concerns that by allowing streaming anything after fatal assertion the guarantee that the assertion will bail out...

To integrate di with dynamic reflection the easiest way would be to use https://github.com/boost-experimental/di/blob/cpp14/extension/test/injector.cpp which is a runtime version of the injector.

Thanks for you kind words. Right, the official Boost review process has changed recently and all applications without a review manager have been removed from the queue (including DI). I'm...