This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] replace reinterpret_cast with static_cast in tests
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 24 Dec 2007 16:02:26 +0100
- Subject: Re: [patch] replace reinterpret_cast with static_cast in tests
- References: <4348dea50712240655o6447105bnf74927713c9191b6@mail.gmail.com>
Jonathan Wakely wrote:
> No need to use reinterpret_cast in these tests, static_cast is enough.
> The copies of these tests under 20_util already use static_cast.
>
> Texted x86-64/linux - OK for mainline?
>
Yes, please!
Thanks,
Paolo.