Skip to content

Commit

Permalink
Added Feature title & Cross-platform feature in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Mar 15, 2015
1 parent d33b18d commit 598df49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 598df49

Please sign in to comment.