
28 Sep
2005
28 Sep
'05
2:07 p.m.
On 9/28/05, Jing-Hsuan <edcedcedc@gmail.com> wrote: Error message: error C2504: 'noncopyable' : base class undefined Sounds like you're relying on a "using" declaration being in scope. You include the namespace in your declaration (e.g. boost::noncopyable instead of just noncopyable). -- Caleb Epstein caleb dot epstein at gmail dot com