
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi ! 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. Yours, Jürgen - -- * Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau * voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover * fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover * hunold@ive.uni-hannover.de ! www.ive.uni-hannover.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA7UYsljbJ/LLrxrYRAnyXAKC3rjawDEOJgRU1xQoHZqnmD7BzqgCgryyO 1Lpe5xjEQE/lhw8txYA+6Ww= =3DQI -----END PGP SIGNATURE-----

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.

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
participants (3)
-
Jürgen Hunold
-
Michael Glassford
-
Vladimir Prus