From: Benjamin Kosnik Date: Fri, 27 May 2005 19:19:45 +0000 (+0000) Subject: re PR libstdc++/21674 (basic_string vs debug_mode) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40ffde520195cfc62fe733928ee5c364f30d042a;p=gcc.git re PR libstdc++/21674 (basic_string vs debug_mode) 2005-05-27 Benjamin Kosnik PR libstdc++/21674 * include/bits/c++config: Remove extern template use when in debug mode, disable for non-weak systems. From-SVN: r100273 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ab8a1286dd7..edd30215814 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -11,6 +11,7 @@ 2005-05-27 Benjamin Kosnik + PR libstdc++/21674 * include/bits/c++config: Remove extern template use when in debug mode, disable for non-weak systems.