
On Tue, Jul 8, 2008 at 7:15 PM, Robert Dailey <rcdailey@gmail.com> wrote:
On Tue, Jul 8, 2008 at 6:46 PM, Jeremy Pack <rostovpack@gmail.com> wrote:
Robert,
<snip>
Docs are available at: http://redshoelace.dlinkddns.com:9080/boost/doc/extension/index.html
Thank you, this cleared up all of my confusion.
What I'm doing now is keeping a single factory_map object as a member of my class, and each time the user wants to "concatenate" factories, I simply call load_single_library() and pass in my existing factory_map member. Things seem to be working well so far.
I appreciate your help! Great library!
Jeremy, I wanted to let you know that the documentation you linked me to seems out of date. If you look at Tutorial 1, you're still using std::list as a return value from factory_map::get() instead of std::map.