Opened 14 years ago
Closed 14 years ago
#2327 closed Patches (fixed)
[config] Preliminary support for CodeGear C++ Builder 2009
Reported by: | Nicola Musatti | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
I'm enclosing a preliminary patch to support the latest compiler from CodeGear (ex Borland).
Attachments (4)
Change History (10)
by , 14 years ago
Attachment: | boost_config.patch added |
---|
by , 14 years ago
Attachment: | libs_config.patch added |
---|
follow-up: 3 comment:1 by , 14 years ago
Status: | new → assigned |
---|
follow-up: 4 comment:2 by , 14 years ago
I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying.
Thanks, John.
comment:3 by , 14 years ago
Replying to johnmaddock:
Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an is_abstract intrinsic instead?
Exactly.
comment:4 by , 14 years ago
Replying to johnmaddock:
I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying.
Thanks, John.
Fair enough. I'll post further patches as soon as I have things ready.
Thank you!
comment:5 by , 14 years ago
I'm attaching another couple of patches with test cases, documentation and a small change to codegear.hpp. These patches also include the non applied changes from the previous ones.
by , 14 years ago
Attachment: | boost_config2.patch added |
---|
by , 14 years ago
Attachment: | libs_config2.patch added |
---|
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an is_abstract intrinsic instead?