From: Phil Edwards Date: Sat, 1 Jun 2002 00:50:40 +0000 (+0000) Subject: Fix typo in my previous changelog commit. Again. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05d7f9ba6f933ab75c9caa82c4786362e62711e7;p=gcc.git Fix typo in my previous changelog commit. Again. From-SVN: r54129 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6d097ff98c4..32ae20e9d45 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2002-05-31 Marcus Meissner + PR libstdc++/6886 * include/bits/stl_bvector.h: Use UL suffix for unsigned longs. * testsuite/23_containers/vector_bool.cc (test02): New test.