summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/boost-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'FTNoIR_Tracker_PT/boost-compat.h')
-rw-r--r--FTNoIR_Tracker_PT/boost-compat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/FTNoIR_Tracker_PT/boost-compat.h b/FTNoIR_Tracker_PT/boost-compat.h
index aea5e1a2..b5be237a 100644
--- a/FTNoIR_Tracker_PT/boost-compat.h
+++ b/FTNoIR_Tracker_PT/boost-compat.h
@@ -1,6 +1,5 @@
#pragma once
#include <memory>
-#define shared_ptr auto_ptr
namespace boost {
- using std::auto_ptr;
+ using std::shared_ptr;
};