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)
Change History (5)
by , 14 years ago
Attachment: | boost_filesystem.patch added |
---|
comment:1 by , 14 years ago
follow-up: 3 comment:2 by , 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
comment:3 by , 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.
As this patch looks reasonably safe to me, if I don't receive any objection in a few days, I'll commit it myself.