* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.

From-SVN: r95698
This commit is contained in:
Jonathan Wakely 2005-02-28 21:34:34 +00:00
parent 6886e18e75
commit c9aa2a6885
2 changed files with 5 additions and 1 deletions

View 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

View 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