www.digitalmars.com         C & C++   DMDScript  

c++ - boost library?

reply "yxh" <yangxh98 hotmail.com> writes:
Does anyone know how to compile boost_1_30.1 with dmc?
Thanks in advance
Jul 19 2004
next sibling parent "Edward Diener" <eddielee_no_spam_here_and_now tropicsoft.com> writes:
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.
Jul 20 2004
prev sibling next sibling parent reply "Jonathan Turkanis" <technews kangaroologic.com> writes:
"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
Jul 31 2004
parent reply "Jonathan Turkanis" <technews kangaroologic.com> writes:
"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
Aug 01 2004
next sibling parent "Walter" <newshound digitalmars.com> writes:
"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!
Aug 01 2004
prev sibling parent Daniel James <daniel calamity.org.uk> writes:
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
Aug 03 2004
prev sibling parent "yxh" <yangxh98 hotmail.com> writes:
That's great. Thank you all!

"yxh" <yangxh98 hotmail.com> дÈëÓʼþ news:cdgihu$dqm$1 digitaldaemon.com...
 Does anyone know how to compile boost_1_30.1 with dmc?
 Thanks in advance
Aug 04 2004