Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-01-03 09:39:23


"Pavel Vozenilek" <pavel_vozenilek_at_[hidden]> writes:

> "David Abrahams" <dave_at_[hidden]> wrote
>
>> > --------------
>> > class noncopyable
>> > {
>> > #if (defined __BORLANDC__) && (__BORLANDC__ <= 0x564)
>> > char dummy; // BCB would use 8 bytes by default
>> > #endif
>> > protected:
>> > ....
>> > --------------
>>
>> Should we be checking the version at all?
>>
> All versions of BCB till 6 have this 'feature'. The new, EDG
> based compiler may behave differently.

As soon as we can get someone to check the new compiler, I'll apply
these changes to the trunk and the release branch.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk