$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Is there a way for a library to add symbols to the standard headers ?
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2010-09-01 20:02:40
On Wednesday 01 September 2010, Timothy Madden wrote:
> I know users can use #include "cstdio" (with quotes instead of brackets)
> throughout a project, in order to later be able to include some local
> version of the header, if the need for it arise during during some
> porting at a later time for example.
Is "#include_next" what you are looking for?