mirror of
https://github.com/vgough/encfs.git
synced 2025-06-25 22:42:01 +02: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_
|
#ifndef _SHARED_PTR_incl_
|
||||||
#define _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>
|
#include <memory>
|
||||||
using std::shared_ptr;
|
using std::shared_ptr;
|
||||||
using std::dynamic_pointer_cast;
|
using std::dynamic_pointer_cast;
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user