ethereum-order-statistic-tree icon indicating copy to clipboard operation
ethereum-order-statistic-tree copied to clipboard

Compiler error: Stack too deep with solc 0.9.23

Open ethers opened this issue 10 years ago • 0 comments
trafficstars

solc/solc --input-file OrderStatisticTree.sol                             
OrderStatisticTree.sol:179:22: Compiler error: Stack too deep.
        Node n=nodes[value];
                     ^---^

Version is:

solc, the solidity compiler commandline interface 0.9.23

ethers avatar Jun 02 '15 21:06 ethers