Skip to content

Commit

Permalink
Merge commit 'a48f347f9b8f57b3393f92700661a1e541126d2b'
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth Vader committed Mar 5, 2024
2 parents 1594ee6 + a48f347 commit 4172e23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/Utils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
# define nullptr NULL
#endif

#if __cplusplus < 201103L // Check if C++ standard is pre-C++11
# ifndef nullptr
# define nullptr NULL
# endif
#endif

#if defined(PHREEQCI_GUI)
#ifdef _DEBUG
#define new DEBUG_NEW
Expand Down

0 comments on commit 4172e23

Please # to comment.