$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [function] function.hpp lacks include guard
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2008-10-21 18:09:18
On Tue, Oct 21, 2008 at 9:41 AM, Peter Bartlett <pete_at_[hidden]> wrote:
> I haven't tested it, but looking at the code I think you can include
> boost/function.hpp multiple times and if BOOST_FUNCTION_MAX_ARGS is
> (re-)defined between any of those inclusions then everything still works as
> you'd hope.
Yep, that's why it doesn't have include guards.
- Doug