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 -2
View File
@@ -2,12 +2,12 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmForEachCommand.h"
#include <memory>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include "cmAlgorithms.h"
#include "cm_memory.hxx"
#include "cmExecutionStatus.h"
#include "cmMakefile.h"
#include "cmMessageType.h"