Boost logo

Boost :

From: Thomas Witt (witt_at_[hidden])
Date: 2002-05-20 06:02:51


On Monday 20 May 2002 02:10, Terje Slettebø wrote:
> Have anybody got the Boost Lambda Library to work on other compilers than
> GCC and Kai C++ (which are mentioned in the documentation)?
>
> I have Intel C++ 6.0, which is quite standards compliant,

Not in default mode. The bad news is that intel tries to be MSVC compliant.
The good news is that you can tweak the front-end, via
'-Qoption,cpp,edg-cmd-line-option'. But be careful not all edg options may
work.

The most important one that works is '-Qoption,cpp,--arg_dep_lookup' that
enables Koenig lookup in the frontend. There is more, get yourself a copy of
the publicly available frontend docs from www.edg.com and give it a try.

Thomas

-- 
Dipl.-Ing. Thomas Witt
Institut fuer Verkehrswesen, Eisenbahnbau und -betrieb, Universitaet Hannover
voice: +49(0) 511 762 - 4273, fax: +49(0) 511 762-3001
http://www.ive.uni-hannover.de

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk