Reference count (Rc aka shared_ptr) implementation
This commit is contained in:
parent
b17d7543cf
commit
168f49d0b2
2 changed files with 84 additions and 0 deletions
5
refcount/Makefile
Normal file
5
refcount/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Only define if needed:
|
||||
# TARGET = main.elf
|
||||
# SRCS = main.cc
|
||||
|
||||
include ../config.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue