[boost] Re: filesystem feature request

2003-08-11 Thread Craig Henderson
"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

[boost] BOOST_STATIC_CONSTANT and BCC5.5.1

2003-03-09 Thread Craig Henderson
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

[boost] Re: binding

2003-02-06 Thread Craig Henderson
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

[boost] Re: boost::noncopyable warning in VC7

2002-11-18 Thread Craig Henderson
"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

[boost] boost::noncopyable warning in VC7

2002-11-18 Thread Craig Henderson
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