boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.13k stars 136 forks source link

Runtime injector does not respect scope #528

Open tripleslash opened 2 years ago

tripleslash commented 2 years ago

Expected Behavior

Runtime injector with boost::di::extension::session should behave the same as the compile time injector

Actual Behavior

Runtime injector creates the object with deduce scope.

Steps to Reproduce the Problem

1. 1. 1.

Specifications