Introduce memory management helper: cm_memory.hxx

This commit is contained in:
Marc Chevrier
2019-07-02 11:08:04 +02:00
parent 81389a5e8f
commit d9b2c7dae2
44 changed files with 118 additions and 63 deletions
+2 -1
View File
@@ -13,7 +13,6 @@
#include <cmath>
#include <ctype.h>
#include <map>
#include <memory>
#include <set>
#include <sstream>
#include <stdio.h>
@@ -21,6 +20,8 @@
#include <utility>
#include <vector>
#include "cm_memory.hxx"
#include "cmAlgorithms.h"
#include "cmArgumentParser.h"
#include "cmCryptoHash.h"