Skip to content

Commit

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

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

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

0 comments on commit 1a18ef0

Please sign in to comment.