Only in-memory reference type can be stored.

meitivmeitiv Member Posts: 1
I get a cryptic error when trying to compile using solc

Unimplemented feature:
/tmp/solidity-20180211-44676-1yilt5s/solidity_0.4.19/libsolidity/codegen/CompilerUtils.cpp(124): Throw in function void dev::solidity::CompilerUtils::storeInMemoryDynamic(const dev::solidity::Type &, bool)
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: Only in-memory reference type can be stored.
[dev::tag_comment*] = Only in-memory reference type can be stored.

I am defining some nested structures and have a list of these structures, nothing fancy.
Sign In or Register to comment.