From 43806018aab5e146d799c778e804abdc8fa9ca33 Mon Sep 17 00:00:00 2001 From: KjellKod Date: Fri, 8 Nov 2013 02:47:43 -0700 Subject: [PATCH] TODO: Remove all usage of shared_ptr,. passing with moved unique_ptr and by value will have a huge performance boost --- g2log/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2log/CMakeLists.txt b/g2log/CMakeLists.txt index 984b209..761a2ce 100644 --- a/g2log/CMakeLists.txt +++ b/g2log/CMakeLists.txt @@ -1,4 +1,4 @@ -# CMakeLists.txt cmake configuration for g2log test +# CMakeLists.txt cmake configuration for g2log test # g2log is a KjellKod Logger # 2011 @author Kjell Hedström, hedstrom@kjellkod.cc # ==================================================================