* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
From-SVN: r95698
This commit is contained in:
parent
6886e18e75
commit
c9aa2a6885
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user