leapmotion / autowiring

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

Fix global config enumeration #967

Closed codemercenary closed 8 years ago

codemercenary commented 8 years ago

Fix global configuration enumeration. The original config_registry_entry_base class didn't actually have a pointer to the configuration entry in the linked list, and there were not tests ensuring the correctness of this implementation. Fix this.