22 Feb
2021
22 Feb
'21
1:46 p.m.
On 22/02/2021 09:12, Dominique Devienne via Boost wrote:
And there, from what I saw, it's all about wiring various components at runtime from configuration files, thus I'm confused about Boost.DI being compile-time only.
The very first item in the Examples part of the docs is dynamically wiring together components using a runtime-supplied XML file. Yes proposed Boost.DI is compile time, but it can also do runtime. I agree that the docs don't make this as obvious as they could. Niall