mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
216 stars 66 forks source link

Removed use of old auto_ptr class #118

Closed blumf closed 4 years ago

blumf commented 4 years ago

As of C++17 std::auto_ptr is removed. Replaced with std::unique_ptr