
4 Jan
2006
4 Jan
'06
10:22 p.m.
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