From 886fc4bdb2390e53e9366841affc2dc299981b97 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Wed, 6 Aug 2014 04:33:14 +0200 Subject: [PATCH] Minor CODINGSTYLE update: auto_ptr -> unique_ptr --- CODINGSTYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODINGSTYLE b/CODINGSTYLE index 6ce9c079f..5c8ff3266 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -9,7 +9,7 @@ SuperTux Coding Standards * external libraries are not allowed in src/, they go to external/ -* do not use raw pointer and new/delete, use auto_ptr<> instead +* do not use raw pointer and new/delete, use std::unique_ptr<> instead * properly separate data members and member functions, don't mix them in the same public/private/protected section -- 2.11.0