Zilliqa / scilla-rtl

Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8 stars 3 forks source link

Upgrade to C++17 #21

Closed vaivaswatha closed 3 years ago

vaivaswatha commented 3 years ago
  1. boost::any to std::any.
  2. boost::optional to std::optional.
  3. std::for_each to std::for_each_n where applicable.