$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-08-10 04:46:54
Martin Bonner wrote:
>> Why not in the commit hook?
>
> Because "a few are paired disable/enable headers". That seems a
> reasonable implementation approach to me, and a commit hook would
> prevent it.
True, but we can always have a back door for the cases that need it:
// [no_check_push_pop]
could disable the check?
John.