Closed fitzfitsahero closed 8 years ago
The yaml library uses auto_ptr, which is deprecated in C++11, and gcc6 complains about it. This converts the auto_ptr to unique_ptr and uses move semantics where necessary.
The yaml library uses auto_ptr, which is deprecated in C++11, and gcc6 complains about it. This converts the auto_ptr to unique_ptr and uses move semantics where necessary.