BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Util::makeUnique

ceeac opened this issue · comments

commented

C++17 has std::make_unique, this should replace Util::makeUnique.