Opened 14 years ago

Closed 14 years ago

#2352 closed Patches (fixed)

[filesystem] Patch to improve support for CodeGear C++Builder

Reported by: Nicola Musatti Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The attached patch fixes workarounds for the latest \CodeGear (ex Borland) compiler.

Attachments (1)

boost_filesystem.patch (2.6 KB ) - added by Nicola Musatti 14 years ago.

Download all attachments as: .zip

Change History (5)

by Nicola Musatti, 14 years ago

Attachment: boost_filesystem.patch added

comment:1 by Nicola Musatti, 14 years ago

As this patch looks reasonably safe to me, if I don't receive any objection in a few days, I'll commit it myself.

comment:2 by Beman Dawes, 14 years ago

I've applied the patch locally, but all tests still fail for the 6.10 compiler.

Are they passing for you?

I'm planning to update the Jamfiles involved to quiet a warning message, but have been distracted by other work.

--Beman

in reply to:  2 comment:3 by Nicola Musatti, 14 years ago

Replying to bemandawes:

I've applied the patch locally, but all tests still fail for the 6.10 compiler.

Are they passing for you?

In my last run the only tests that failed were fstream_test and wide_test. Your results are likely due to dependencies on some of the other patches I posted. The bcbboost branch has most of them applied; it lacks the type_traits one which is fundamental, but needs some rework.

comment:4 by Beman Dawes, 14 years ago

Resolution: fixed
Status: newclosed

Patch applied. Thanks!

Note: See TracTickets for help on using tickets.