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 {