Commit c33f206c authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

java/Ref: add nullptr constructor

parent 2d95ac2e
......@@ -49,6 +49,7 @@ class LocalRef {
public:
LocalRef() noexcept = default;
LocalRef(std::nullptr_t) noexcept {}
/**
* The local reference is obtained by the caller. May
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment