1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-24 11:11:35 +01:00

Move smart_ptr definition into new file detail/smart_ptr.h

This commit is contained in:
Matias Fontanini
2017-04-30 09:25:03 -07:00
parent c7273ddd30
commit 6f681f6519
22 changed files with 76 additions and 28 deletions

View File

@@ -68,6 +68,7 @@
#include "cxxstd.h"
#include "hw_address.h"
#include "memory_helpers.h"
#include "detail/smart_ptr.h"
using std::string;
using std::set;