$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-07-08 20:14:11
Hi,
Would it be possible to make boost::extension::factory::create() a
const member function? I haven't taken the time to look at the
implementation of create() myself, but if there's a possibility of
that function becoming const I can make my wrapper interfaces const as
well. I just have a feeling that a create method should not mutate the
factory object at all, but I could be mistaken.