Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
It would be much better not to expose symbols for internal container classes, but rather expose a factory for the container and use a header only proxy to allow value like use.
This allow adding new container types by simply exposing a new factory (a single symbol/entry point) rather than exposing a whole new class.