summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/boost-compat.h
blob: aea5e1a2833debf49c2b7c673f306eaec6b038c2 (plain)
1
2
3
4
5
6
#pragma once
#include <memory>
#define shared_ptr auto_ptr
namespace boost {
    using std::auto_ptr;
};