From db7cb1d6e44470b820fd5f4f4650a8c4ce392ab6 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 23 Jul 2015 11:20:18 +0200 Subject: It now is possible to assign Php::Value["whatever"] results directly to new Php::Value objects --- include/value.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/value.h b/include/value.h index e61750b..3aad995 100644 --- a/include/value.h +++ b/include/value.h @@ -164,6 +164,8 @@ public: Value &operator=(const std::string &value); Value &operator=(const char *value); Value &operator=(double value); + Value &operator=(const HashMember &value); + Value &operator=(const HashMember &value); /** * Add a value to the object -- cgit v1.2.3