From 2b26d6b9d7edc86f99db625328d4a3810ab0ee06 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 28 Aug 2017 11:48:48 +0100 Subject: [PATCH] Require 0.4.12 for the VectorSum example (for loop) --- docs/assembly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembly.rst b/docs/assembly.rst index 3c2146c17..f5abcdc83 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -77,7 +77,7 @@ you really know what you are doing. .. code:: - pragma solidity ^0.4.0; + pragma solidity ^0.4.12; library VectorSum { // This function is less efficient because the optimizer currently fails to