1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 03:51: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

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "tests/dot11.h"
#include "detail/smart_ptr.h"
using namespace std;
using namespace Tins;