Commit c9aa2a68 by Jonathan Wakely

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

From-SVN: r95698
parent 6886e18e
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment