energicryptocurrency / gen2-energihash

Energi cryptocurrency hash algorithm
MIT License
14 stars 11 forks source link

C++11 compliance #7

Closed RyanLucchese closed 7 years ago

RyanLucchese commented 7 years ago

Current implementation makes use of C++14 features decltype(auto) and std::make_unique()

These should be downgraded to C++11 compliant for portability