mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Require 0.4.12 for the VectorSum example (for loop)
This commit is contained in:
parent
e649ce71bd
commit
2b26d6b9d7
@ -77,7 +77,7 @@ you really know what you are doing.
|
|||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
pragma solidity ^0.4.0;
|
pragma solidity ^0.4.12;
|
||||||
|
|
||||||
library VectorSum {
|
library VectorSum {
|
||||||
// This function is less efficient because the optimizer currently fails to
|
// This function is less efficient because the optimizer currently fails to
|
||||||
|
Loading…
Reference in New Issue
Block a user