$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-07-08 09:22:57
Vladimir Prus wrote:
> 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
Thanks, both.
Interesting! Apparently my compiler didn't mind the extra tokens after
the #endif. The other change was one I had already made but not yet
checked in.
Mike