$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-16 12:09:41
> I am very interested in reproducing your success with boost lambda.
> Could you please post the compilation commands you used? E.g. simply
> a log showing all the compile and link commands?
It was literally just a:
aCC -I path-to-boost myfile.cpp
Oh, sometimes I might have thrown in an -O3, but that's it :-)
John.