mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
fixed ‘nullptr’ was not declared in this scope on ubuntu-16.04
This commit is contained in:
parent
7824c9cba5
commit
d336cd6760
@ -16,6 +16,10 @@
|
|||||||
# define nullptr NULL
|
# define nullptr NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __cplusplus < 201103L // Check if C++ standard is pre-C++11
|
||||||
|
# define nullptr NULL
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(PHREEQCI_GUI)
|
#if defined(PHREEQCI_GUI)
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define new DEBUG_NEW
|
#define new DEBUG_NEW
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user