You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
struct bar
|
|
{
|
|
void (Namespace::*method)(Class& param);
|
|
};
|
|
|
|
void Class::Foo(void (*callback)(const Class& entry))
|
|
{
|
|
}
|
|
|
|
void foo()
|
|
{
|
|
int a = 1; // if you comment this out, the bug stops reproducing
|
|
}
|