"Pavel Vozenilek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> From: "David Abrahams" <[EMAIL PROTECTED]>
> > I need the ability to do interprocess synchronization through file
> > locking, c.f. Java.File.createNewFile and Java.File.deleteOnExit:
> ...
> > On Posix, the first one
Hi all,
I have stumbled across a problem using the BCC5.5.1 compiler that may
highlight an incompatibility with the BOOST_NO_INCLASS_MEMBER_INITIALIZATION
macro. The problem is best described by way of an example, so I have pasted
a complete repro case below.
The problem comes about using the BOO
Greg,
>From the Linker Error, it looks like you're using Microsoft Visual C++. I
discovered a bug recently with MSVC7.0 which may be the same as you're
seeing here, but it is reported to be fixed in Everett.
The bug occurs if you pass a template function as a parameter to another
template function
"Dirk Gerrits" <[EMAIL PROTECTED]> wrote in message
aramm3$n2c$[EMAIL PROTECTED]">news:aramm3$n2c$[EMAIL PROTECTED]...
> Craig Henderson wrote:
>
> > Hi,
> > I am deriving from boost::noncopyable to prevent copying of my
> > objects. When I co
Hi,
I am deriving from boost::noncopyable to prevent copying of my objects. When
I compile in VC7 with /W4 (warning level 4), I get a warning C4511 - copy
constructor could not be generated
The documentation states that: "This warning can be caused by having a copy
constructor for the base class t