$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::noncopyable - I see
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2012-03-20 00:48:36
The compiler (VS10) generates this when the copy constructor is used somewhere by
mistake. It doesn't tell me where the offending use is, unlike putting a private dummy
declaration right in the class. So it did its job, but is most unfriendly about it.