mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 14:18:35 +01:00
Revert "re-add basic support for tr1 memory", breaks drone check.
This commit is contained in:
parent
a3220d2ce8
commit
0b813eb50b
@ -22,16 +22,8 @@
|
||||
#ifndef _SHARED_PTR_incl_
|
||||
#define _SHARED_PTR_incl_
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_TR1_MEMORY
|
||||
#include <tr1/memory>
|
||||
using std::tr1::shared_ptr;
|
||||
using std::tr1::dynamic_pointer_cast;
|
||||
#else
|
||||
#include <memory>
|
||||
using std::shared_ptr;
|
||||
using std::dynamic_pointer_cast;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user