* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
authorJonathan Wakely <redi@gcc.gnu.org>
Mon, 28 Feb 2005 21:34:34 +0000 (21:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 28 Feb 2005 21:34:34 +0000 (21:34 +0000)
From-SVN: r95698

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/memory

index 56bc43ce8e7027fdeff96452eb367d186711a99a..bac3a5e7acfc466958f4eda6cc8e40fa6e95f1bf 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-28  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
+
 2005-02-28  Hans-Peter Nilsson  <hp@axis.com>
 
        PR target/19065
index 18ddc2b566ccd520be3d5c012f7f0f6778a97d01..cfae38da17a4736f75c303ffa803bc7da9fb827c 100644 (file)
@@ -81,7 +81,7 @@ public:
 
 // Helper for exception objects in <tr1/memory>
 // TODO this should be defined in a different file.
-void
+inline void
 __throw_bad_weak_ptr()
 {
 #if __EXCEPTIONS