Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-03-12 08:46:24


Markus Schöpflin wrote:
> Aleksey, thanks for the instructions. Could you tell me which PP you
> used to generate the file before? I would like to minimize the diff
> as much as possible?

VC 7.1, IIRC, but it shouldn't matter much because the header uses file
iteration PP technique, and for most preprocessors that, in particular,
means that the generated lines will appear in the resulting output exactly
as they are written in the section marked by "///// iteration" comment -
comments and multiple empty lines notwithstanding (MW CodeWarrior is
probably the only exception here).

Because of the latter, if the preprocessor you are going to use offers
something like "trim multiple empty lines" option, you would probably like
to use it.

Aleksey


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