$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Proto] Vector Example Compilation Failure
From: Hossein Haeri (powerprogman_at_[hidden])
Date: 2011-01-03 16:51:11
Dear Larry,
> Use cpp, or, if the compiler is g++, use -E and capture the
> output, or use, IIRC, the flag -save-temps, which would save the
> preprocessed code in X.i where the compiled source is X.cpp, for any
> filename, X.
Wow! That's cool. :)
> If you want something readable, then I'd recommend passing
> the output from the above step through some reformatting program like
> indent on linux.
Do you happen to know the Windows counterpart of that? MinGW32 would also do.
TIA,
--Hossein