Skip to content

Commit e06b7da

Browse files
committed
.
1 parent 095d497 commit e06b7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CImg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26158,7 +26158,7 @@ namespace cimg_library {
2615826158
#if cimg_use_cpp11==1
2615926159
_cimg_mp_func1(gamma,std::tgamma(arg0));
2616026160
#else
26161-
_cimg_mp_func1(gamma,(cimg::unused(arg0),cimg::type<double>::nan()));
26161+
_cimg_mp_func1(gamma,((double)arg0,cimg::type<double>::nan()));
2616226162
#endif
2616326163
_cimg_mp_func1(int,(longT)arg0);
2616426164
_cimg_mp_func1(isbool,arg0==0. || arg0==1.);

0 commit comments

Comments
 (0)