This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Fix syntax error in valarray_meta.h
- To: Kriang Lerdsuwanakij <lerdsuwa at users dot sourceforge dot net>
- Subject: Re: [v3 PATCH] Fix syntax error in valarray_meta.h
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 09 Jul 2001 12:23:56 +0200
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <Pine.GSO.4.21.0107070335490.27089-100000@milly.usc.edu>
Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> writes:
| The patch I proposed below replaces all problematic _Expr with the
| qualified id std::_Expr which does the same thing but is standard compliant.
Good catch!
OK for mainline and branch.
-- Gaby