From 383d9636a89fb640cae2276e5a0dc32549744d40 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 27 Jul 2015 19:03:14 -0400 Subject: Defined out the stuff that cross-polinated during testing --- smartptr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smartptr.h') diff --git a/smartptr.h b/smartptr.h index 0ec83be2..3ddfc9a9 100644 --- a/smartptr.h +++ b/smartptr.h @@ -7,6 +7,7 @@ NAMESPACE_BEGIN(CryptoPP) +#if 0 // This must be kept in sync with stdcpp.h because is included based on the same logic. #if ((__cplusplus >= 201103L) || (_MSC_VER >= 1600)) && !defined(__clang__) # include @@ -25,6 +26,7 @@ NAMESPACE_BEGIN(CryptoPP) template using auto_ptr = std::unique_ptr; #endif +#endif // 0 template class simple_ptr { -- cgit v1.2.1