mirror of
https://github.com/boostorg/python.git
synced 2026-01-28 07:22:31 +00:00
Revert revisions 41544 and 41549.
See http://lists.boost.org/Archives/boost/2007/12/131116.php for details. [SVN r41577]
This commit is contained in:
@@ -129,7 +129,6 @@ shared_ptr<Y> factory(int n)
|
||||
// regressions from Nicodemus
|
||||
struct A
|
||||
{
|
||||
virtual ~A() {}; // silence compiler warnings
|
||||
virtual int f() = 0;
|
||||
static int call_f(shared_ptr<A>& a) { return a->f(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user