diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2014-05-26 23:49:19 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-05-26 23:49:19 +0200 |
commit | 68c1d586fa3deeb1ad1324dc656a7c2d556f13c4 (patch) | |
tree | 666db571f1a1d3d13a06207710fd78790c865750 /libstdc++-v3/ChangeLog-2013 | |
parent | d7a660468a19f6034346706f78261882d77e02ef (diff) | |
download | gcc-68c1d586fa3deeb1ad1324dc656a7c2d556f13c4.zip gcc-68c1d586fa3deeb1ad1324dc656a7c2d556f13c4.tar.gz gcc-68c1d586fa3deeb1ad1324dc656a7c2d556f13c4.tar.bz2 |
* ChangeLog-2013: Correct an old entry.
From-SVN: r210951
Diffstat (limited to 'libstdc++-v3/ChangeLog-2013')
-rw-r--r-- | libstdc++-v3/ChangeLog-2013 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog-2013 b/libstdc++-v3/ChangeLog-2013 index e1de16f..72344ac 100644 --- a/libstdc++-v3/ChangeLog-2013 +++ b/libstdc++-v3/ChangeLog-2013 @@ -2013,7 +2013,7 @@ 2013-08-14 Uros Bizjak <ubizjak@gmail.com> * src/c++98/compatibility.cc (_ZTIe): Use - reinterpret_cast<const cast *> to avoid -Wcast-qual warnings. + reinterpret_cast<const void *> to avoid -Wcast-qual warnings. (_ZTIPe): Ditto. (ZTIPKe): Ditto. |