$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: William Trenker
Date: 2002-12-08 12:48:52
Does anyone know if there is a GCC option to save the C++ parse tree
to a file? Or has anyone come across a C++ parser utility that does
this? I'm building a Python extension for a library that has many
.hpp files and I would like to try and automate the generation of the
Boost.Python headers for this library.
Thanks,
Bill