Opened 12 years ago

Closed 12 years ago

#506 closed defect (fixed)

Ambiguous std::log call for MSVC

Reported by: hobu Owned by: geos-devel@…
Priority: minor Milestone: 3.3.3
Component: Default Version: 3.3.2
Severity: Unassigned Keywords:
Cc:

Description

BufferOp.cpp:97 has an ambiguous call to std::log

Change History (3)

comment:1 by hobu, 12 years ago

Fixed in 3.3 branch in r3559

comment:2 by mloskot, 12 years ago

std::log(10.0)

is a perfect candidate for compile-time computed constant, now it feels pretty much like a waste of CPU cycles.

comment:3 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Forward ported as r3561

@mloskot: if you have a patch it's welcome for another ticket.

Note: See TracTickets for help on using tickets.