mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +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:
@@ -24,7 +24,6 @@ X make_x(int n) { return X(n); }
|
||||
struct bar {};
|
||||
struct foo
|
||||
{
|
||||
virtual ~foo() {}; // silence compiler warnings
|
||||
virtual void f() = 0;
|
||||
operator bar() const { return bar(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user