OSDN Git Service

* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 2005 21:34:34 +0000 (21:34 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 2005 21:34:34 +0000 (21:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95698 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 56bc43c..bac3a5e 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 18ddc2b..cfae38d 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