mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Linux: use "-std=c++11" for gcc 4.8 and adapt code to old compilers
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
#if (__cplusplus >= 201103L)
|
||||
#if (__cplusplus >= 201103L) || defined(__GXX_EXPERIMENTAL_CXX0X__)
|
||||
#define VC_USE_NATIVE_PTR 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user