Fix bootstrap error introduced in r227870
authorJonathan Wakely <jwakely@redhat.com>
Mon, 21 Sep 2015 11:44:08 +0000 (12:44 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 21 Sep 2015 11:44:08 +0000 (12:44 +0100)
PR libstdc++/67647
* include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
(basic_string::shrink_to_fit): Fix #endif placement.

From-SVN: r227966

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h

index e689d948859c0db36264a9d1d84b7a49116360f5..7d0200ac1f4d059862be6532e1b11a80c248a521 100644 (file)
@@ -1,3 +1,9 @@
+2015-09-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/67647
+       * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
+       (basic_string::shrink_to_fit): Fix #endif placement.
+
 2015-09-19  Tim Shen  <timshen@google.com>
 
        PR libstdc++/67361
index b5e7e3628c625ffcb0eb2c70ea3775dc0ca6c0c5..c1689af0e705ff7980f8e1a1db83dee3b8c0cb62 100644 (file)
@@ -3291,8 +3291,8 @@ _GLIBCXX_END_NAMESPACE_CXX11
              { reserve(0); }
            catch(...)
              { }
-#endif
          }
+#endif
       }
 #endif