Commit 4094aee8 by Jason Merrill Committed by Jason Merrill

thread (~_Impl_base): Declare inline.

	* include/std/thread (~_Impl_base): Declare inline.
	* libsupc++/nested_exception.h (~nested_exception): Likewise.

From-SVN: r156707
parent 932b6508
2010-02-11 Jason Merrill <jason@redhat.com>
* include/std/thread (~_Impl_base): Declare inline.
* libsupc++/nested_exception.h (~nested_exception): Likewise.
2010-02-11 Paolo Carlini <paolo.carlini@oracle.com> 2010-02-11 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/41975, DR 579 PR libstdc++/41975, DR 579
......
...@@ -97,7 +97,7 @@ namespace std ...@@ -97,7 +97,7 @@ namespace std
{ {
__shared_base_type _M_this_ptr; __shared_base_type _M_this_ptr;
virtual ~_Impl_base(); inline virtual ~_Impl_base();
virtual void _M_run() = 0; virtual void _M_run() = 0;
}; };
......
...@@ -63,7 +63,7 @@ namespace std ...@@ -63,7 +63,7 @@ namespace std
nested_exception& operator=(const nested_exception&) = default; nested_exception& operator=(const nested_exception&) = default;
virtual ~nested_exception(); inline virtual ~nested_exception();
void void
rethrow_nested() const __attribute__ ((__noreturn__)) rethrow_nested() const __attribute__ ((__noreturn__))
......
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