Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
July 19, 2004 boost library? | ||||
---|---|---|---|---|
| ||||
Does anyone know how to compile boost_1_30.1 with dmc? Thanks in advance |
July 21, 2004 Re: boost library? | ||||
---|---|---|---|---|
| ||||
Posted in reply to yxh | yxh wrote:
> Does anyone know how to compile boost_1_30.1 with dmc? Thanks in advance
Boost 1_30.1 was defective and pulled for Boost 1_30.2. The latest version is 1.31. I haven't tried building it with DMC, but maybe someone else has.
|
August 01, 2004 Re: boost library? | ||||
---|---|---|---|---|
| ||||
Posted in reply to yxh | "yxh" <yangxh98@hotmail.com> wrote in message news:cdgihu$dqm$1@digitaldaemon.com... > Does anyone know how to compile boost_1_30.1 with dmc? Thanks in advance The current release of Boost has a config file for DMC, and some DMC workarounds, but large parts fail to compile. The main stumbling block has been the preprocessor library. However, Daniel James has announced today that he ported the boost preprocessor library to digital mars. If this is correct, then as soon as his patch is applied (which will have to wait til after the upcoming release) a good deal of boost should work -- or, at least, people can start submitting DMC patches for various libraries. Jonathan |
August 02, 2004 Re: boost library? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan Turkanis | "Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cehtkd$1npr$1@digitaldaemon.com... > > "yxh" <yangxh98@hotmail.com> wrote in message news:cdgihu$dqm$1@digitaldaemon.com... > > Does anyone know how to compile boost_1_30.1 with dmc? > However, Daniel James has announced > today that he ported the boost preprocessor library to digital mars. > If this is correct, then as soon as his patch is applied The patch has been committed this morning Jonathan |
August 02, 2004 Re: boost library? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan Turkanis | "Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cek1an$2h7b$1@digitaldaemon.com... > > "Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cehtkd$1npr$1@digitaldaemon.com... > > > > "yxh" <yangxh98@hotmail.com> wrote in message news:cdgihu$dqm$1@digitaldaemon.com... > > > Does anyone know how to compile boost_1_30.1 with dmc? > > > However, Daniel James has announced > > today that he ported the boost preprocessor library to digital mars. > > If this is correct, then as soon as his patch is applied > > The patch has been committed this morning That's great news! |
August 03, 2004 Re: boost library? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan Turkanis Attachments: | Jonathan Turkanis wrote:
>>However, Daniel James has announced
>>today that he ported the boost preprocessor library to digital mars.
>>If this is correct, then as soon as his patch is applied
>
>
> The patch has been committed this morning
>
> Jonathan
Since doing this, I've been playing a little with the type_traits library. The attached patch is only a small improvement, there's still plenty to do. It fixes is_convertible work for some cases, but it still has problems with some user defined conversions. It also contains a possible fix to get is_enum working, and activates the correct version for some other traits classes.
Daniel
|
Copyright © 1999-2021 by the D Language Foundation