nearbyint name conflicts

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
yujincheng08
Posts: 3
Joined: 2013-11-07T07:59:41-07:00
Authentication code: 6789

nearbyint name conflicts

Post by yujincheng08 »

in
magick/magick-baseconfig.h
line 205

Code: Select all

#define nearbyint(x)  ((ssize_t) ((x)+0.5))
nearbyint is excited in vs' header file <math.h>
Post Reply