leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
149 stars 17 forks source link

Fix subcontext config propagation #969

Closed codemercenary closed 8 years ago

codemercenary commented 8 years ago

The feature allowing value propagation into subcontexts during assignment or instantiation was not actually implemented. Provide it so that configuration users do not need to use bolts to do this by hand.