From 9999f998d20ca7a18e88d0e249c1ae8998b4a9c0 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 6 Apr 2017 11:35:30 +0200 Subject: [PATCH] Add SmartPtr.cpp --- SmartPtr.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 SmartPtr.cpp diff --git a/SmartPtr.cpp b/SmartPtr.cpp new file mode 100644 index 0000000..9f24ebe --- /dev/null +++ b/SmartPtr.cpp @@ -0,0 +1 @@ +#include "SmartPtr.h"