From 598df490fb08114442d7a5230211145a75d55218 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 16 Mar 2015 00:28:27 +0100 Subject: [PATCH] Added Feature title & Cross-platform feature in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3d5fa9..aaf7b9a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ C Smart Pointers This project is a tentative attempt to bring smart pointer constructs to the (GNU) C programming language. +### Features + * `unique_ptr`, `shared_ptr` macros, and `smart` type attribute * Destructor support for cleanup * Custom variable metadata on allocation +* Cross-platform: tested under linux 3.18.6-1, Mac OS X Yosemite 10.10, and Windows 7 (with MinGW and the Cygwin port of GCC) ## Installing