Skip to content

Commit

Permalink
conditional compile new operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 3, 2024
1 parent c1f8340 commit 579a80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Magick++/lib/Magick++/Include.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
#include <errno.h>
#include <stdint.h>

#if __cplusplus >= 201703L && _GLIBCXX_USE_CXX11_ABI
void* operator new(size_t, void*) throw();
#endif

#if defined(__BORLANDC__)
# include <vcl.h> /* Borland C++ Builder 4.0 requirement */
Expand Down

0 comments on commit 579a80e

Please sign in to comment.