Boost logo

Boost Users :

From: Mark Loew (mloew_at_[hidden])
Date: 2004-07-09 13:34:54


I have been looking at Andre Alexandrescu's book Modern C++ Design. He
has the Loki library in there. That has all of the pieces that are
needed. Does anyone know of any issue with mixing Boost, ATL and Loki?

A side question is has anyone looked at merging the Loki library into
the Boost library. It seems like a really great fit as the Loki library
deals with a different set of problems.

Mark Loew, MCSD, MCSE
Application Development Consultant
Sagestone Consulting
www.sagestone.com
Grand Rapids, MI
616-954-9556 x149
Microsoft Gold Certified Partner
mloew_at_[hidden]

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Peter Dimov
Sent: Thursday, July 08, 2004 7:41 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Generic Class Factory

Mark Loew wrote:
> I have to create a class factory and was looking for a generic class
> factory that I could work with. I looked in the boost documentation
> but didn't find anything. Is there something there that I am missing
> or do I need to roll my own?

Depending on your needs, map< string, function< shared_ptr<Base>() > >
may suffice.

_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net