mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 14:29:11 +00:00
quenched -pendantic warnings (closes #167)
This commit is contained in:
@@ -15,7 +15,7 @@ struct Base {
|
||||
|
||||
struct DispatchIssue : Base {
|
||||
virtual void dispatch(void) const {
|
||||
PYBIND11_OVERLOAD_PURE(void, Base, dispatch);
|
||||
PYBIND11_OVERLOAD_PURE(void, Base, dispatch, /* no arguments */);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user