$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-01-04 17:22:08
Alexander Nasonov wrote:
> There are two problems with void returns.
>
> 1. A couple of examples in documentation are inaccurate:
> main returns void. The fix is
>
> $ cd $BOOST_ROOT/libs/typeof/doc
> $ sed 's/void main/int main/' typeof.qbk
Fixed in HEAD
-- Alexander Nasonov