tdauth / wc3lib

A collection of libraries and tools which help to modify the game Warcraft III: The Frozen Throne.
GNU General Public License v2.0
20 stars 3 forks source link

Don't use std::auto_ptr or pointer containers #12

Open tdauth opened 6 years ago

tdauth commented 6 years ago

Simplify the code by not using pointer containers anymore (only if really necessary).