mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed compilation with Arduino 1.0.6 (issue #99)
This commit is contained in:
		| @@ -1,6 +1,11 @@ | ||||
| ArduinoJson: change log | ||||
| ======================= | ||||
|  | ||||
| v5.0.1 | ||||
| ------ | ||||
|  | ||||
| * Fixed compilation with Arduino 1.0.6 (issue #99) | ||||
|  | ||||
| v5.0.0 | ||||
| ------ | ||||
|  | ||||
|   | ||||
| @@ -14,7 +14,7 @@ class JsonArraySubscript : public JsonSubscriptBase<JsonArraySubscript> { | ||||
|   FORCE_INLINE JsonArraySubscript(JsonArray& array, size_t index) | ||||
|       : _array(array), _index(index) {} | ||||
|  | ||||
|   using JsonSubscriptBase::operator=; | ||||
|   using JsonSubscriptBase<JsonArraySubscript>::operator=; | ||||
|  | ||||
|   FORCE_INLINE bool success() const { return _index < _array.size(); } | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| name=ArduinoJson | ||||
| version=5.0.0 | ||||
| version=5.0.1 | ||||
| author=Benoit Blanchon <blog.benoitblanchon.fr> | ||||
| maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | ||||
| sentence=An efficient and elegant JSON library for Arduino. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user