]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
PR libstdc++/87822 fix layout change for nested std::pair
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index d9d4f0e64e0fbf557968c080aef302010fa874f1..ac4df1ad515ed5caad6dfbacebd60966cd0f8660 100644 (file)
@@ -1,3 +1,10 @@
+2018-10-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/87822
+       * include/bits/stl_pair.h (__pair_base): Change to class template.
+       (pair): Make base class type depend on template parameters.
+       * testsuite/20_util/pair/87822.cc: New test.
+
 2018-10-30  Marek Polacek  <polacek@redhat.com>
 
        Implement P0892R2, explicit(bool).