From 5c23fee5ce58ae66a70f3bd19a1dc2dff7220f13 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Thu, 13 Feb 2014 16:36:13 +0100 Subject: Added an assignment operator to Value for nullptr --- include/value.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/value.h') diff --git a/include/value.h b/include/value.h index 0990e82..ff18d4e 100644 --- a/include/value.h +++ b/include/value.h @@ -94,6 +94,7 @@ public: * @param value * @return Value */ + Value &operator=(std::nullptr_t value); Value &operator=(const Value &value); Value &operator=(int16_t value); Value &operator=(int32_t value); -- cgit v1.2.3