Opened 4 years ago
Closed 4 years ago
#16371 closed enhancement (fixed)
math.h lacks declaration of exp10l() (and maybe others)
Reported by: | th-otto | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | System/libroot.so | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In an autoconf script, presence of exp10l() (the long double version) was detected (and even seems to work as tested by a small program). However, it is not declared in math.h, which leads to "incompatible implicit declaration", or even errors in C++.
Same applies maybe to some other long double versions of math functions.
Change History (1)
comment:1 by , 4 years ago
Component: | - General → System/libroot.so |
---|---|
Milestone: | Unscheduled → R1/beta3 |
Resolution: | → fixed |
Status: | new → closed |
Type: | bug → enhancement |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev54412.