From 05d7f9ba6f933ab75c9caa82c4786362e62711e7 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sat, 1 Jun 2002 00:50:40 +0000 Subject: [PATCH] Fix typo in my previous changelog commit. Again. From-SVN: r54129 --- libstdc++-v3/ChangeLog | 1 + 1 file changed, 1 insertion(+) 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.