c++ - boost library?
- "yxh" <yangxh98 hotmail.com> Jul 19 2004
- "Edward Diener" <eddielee_no_spam_here_and_now tropicsoft.com> Jul 20 2004
- "Jonathan Turkanis" <technews kangaroologic.com> Jul 31 2004
- "Jonathan Turkanis" <technews kangaroologic.com> Aug 01 2004
- "Walter" <newshound digitalmars.com> Aug 01 2004
- Daniel James <daniel calamity.org.uk> Aug 03 2004
- "yxh" <yangxh98 hotmail.com> Aug 04 2004
Does anyone know how to compile boost_1_30.1 with dmc? Thanks in advance
Jul 19 2004
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
"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
"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
"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
Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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
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









"Edward Diener" <eddielee_no_spam_here_and_now tropicsoft.com> 