$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-08 08:47:39
Hi Jürgen,
> The attached patch fixes some gcc-3.4.x errors and warnings:
> boost/thread/tss.hpp:
> libs/thread/src/tss.cpp:
>
> gcc complains about extra token after #endif.
> I've added the needed c++ comments.
>
> boost/thread/detail/lock.hpp:
>
> Typo in member template.
The changes looked safe and tests worked okay after applying, so I took the
liberty of comitting this.
Thanks!
- Volodya
BTW, detail/lock.hpp seem to have DOS line endings, unlike other Boost.Thread
files.