avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
129 stars 63 forks source link

Yaml #49

Closed fitzfitsahero closed 8 years ago

fitzfitsahero commented 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.