Ticket #199 (closed defect: fixed)
std:log() use in BufferOp.cpp breaks build on MSVC 7.1
| Reported by: | warmerdam | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1.0 |
| Component: | Core | Version: | svn-trunk |
| Severity: | Critical | Keywords: | cmath math.h std |
| Cc: | mloskot |
Description
cl -Iheaders /MD /GR /O2 /W3 /nologo /D "NDEBUG" /D "NOMINMAX" /D "WIN32_LEAN_AND_MEAN" /D "NOGDI" /GX /c operation\buffer\BufferOp.cpp /Fooperation\buffer\BufferOp.obj BufferOp.cpp operation\buffer\BufferOp.cpp(72) : error C2039: 'log' : is not a member of 'std' operation\buffer\BufferOp.cpp(72) : error C2039: 'log' : is not a member of 'std' operation\buffer\BufferOp.cpp(75) : error C2039: 'pow' : is not a member of 'std' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
Change History
Note: See
TracTickets for help on using
tickets.
