util/BindMethod: document the default constructor

This commit is contained in:
Max Kellermann 2016-06-20 10:35:59 +02:00
parent d3c7fac606
commit a938b609b9

View File

@ -51,6 +51,9 @@ class BoundMethod<R(Args...)> {
function_pointer function;
public:
/**
* Non-initializing trivial constructor
*/
BoundMethod() = default;
constexpr