mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Add test for regular functions added as member functions
[SVN r13348]
This commit is contained in:
@@ -172,7 +172,7 @@ struct A
|
||||
struct B : A
|
||||
{
|
||||
B() : x(1) {}
|
||||
char const* name() { return "B"; }
|
||||
static char const* name(B*) { return "B"; }
|
||||
int x;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user