$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-07-31 12:11:09
"Daniel James" <daniel_at_[hidden]> wrote in message
news:pan.2004.07.31.13.50.45.178006_at_calamity.org.uk...
> I've ported the preprocessor library to the Digital Mars
preprocessor. The
> patch is at:
>
> http://myweb.tiscali.co.uk/calamity/patches/preprocessor-1.patch.gz
>
> With it, the only test which doesn't pass is the BOOST_PP_LINE test
in
> debug.cpp, because the preprocessor has problems with macro
expansion in
> #line statements.
This is qute an achievement! Congratulations.
If the preprocessor library works, a lot of the rest of boost should
compile. Have you tried to use type traits and mpl?
Jonathan