$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boilerplate generated code
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2010-09-04 23:30:48
Dave Abrahams wrote:
> Your example looks like a perfect use for Boost.Preprocessor. Have
> you read through http://www.boostpro.com/tmpbook/preprocessor.html ?
>
I did look at the Preprocessor tutorial but didn't think it would do
what I needed. I take another look and make sure I fully understand
what it can do. Does the Parameter library use the Preprocessor library?
Ryan