Add PR number to ChangeLog entry.

From-SVN: r186672
This commit is contained in:
Jonathan Wakely 2012-04-22 15:15:51 +01:00
parent fcf6e948d1
commit b3baa4a5e7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2012-04-22 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/53027
* include/bits/ptr_traits.h (pointer_traits::rebind): Make public.
* testsuite/20_util/pointer_traits/requirements/typedefs.cc: Check
rebind works.