From: Jonathan Wakely Date: Mon, 28 Feb 2005 21:34:34 +0000 (+0000) Subject: * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9aa2a6885f11fe4855fc643162f7ea2806f4452;p=gcc.git * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr. From-SVN: r95698 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 56bc43ce8e7..bac3a5e7acf 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-02-28 Jonathan Wakely + + * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr. + 2005-02-28 Hans-Peter Nilsson PR target/19065 diff --git a/libstdc++-v3/include/tr1/memory b/libstdc++-v3/include/tr1/memory index 18ddc2b566c..cfae38da17a 100644 --- a/libstdc++-v3/include/tr1/memory +++ b/libstdc++-v3/include/tr1/memory @@ -81,7 +81,7 @@ public: // Helper for exception objects in // TODO this should be defined in a different file. -void +inline void __throw_bad_weak_ptr() { #if __EXCEPTIONS