Use auto for unique pointers

This commit is contained in:
Luis Díaz Más
2022-03-07 22:21:20 +01:00
parent f156af46f3
commit bbc99ae581
26 changed files with 44 additions and 75 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "futils.hpp"
#include "config.h"
#include "error.hpp"
// + standard includes
#include <algorithm>