$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-09-28 09:07:20
On 9/28/05, Jing-Hsuan <edcedcedc_at_[hidden]> 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