$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Abstract factory
From: Jason Felice (jfelice_at_[hidden])
Date: 2008-12-12 09:35:01
Does boost have an abstract factory? I'm reading through Alexandrescu's
"Modern C++ Design" and finding the idea neat, and I'm surprised to not
find an equivalent in boost. Or alternately, is there another
preferred solution?