From a060d4a983860bf3056d50d9bf7ee4355c8372f2 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 8 Dec 2016 17:59:50 +0100 Subject: [PATCH] [master] Finished merge of trac5066 (enforce C++11) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef9e2bd2b7..00ff253dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1195. [build] fdupont + Altered to compile in C++ 2011 standard mode. Also replace (most) + instances of the deprecated std::auto_ptr with std::unique_ptr. + (Trac #5066, git xxx) + 1194. [build] marcin Moved StateModel class from D2 to libkea-util. (Trac #3175, git 270ec379aec2894104a299cdd1080e24007e25fb) -- GitLab