ctime4v.cpp   ctime4v.cpp 
#if defined(__GNUC__) && (__GNUC__ < 3)
#ifdef BZ_HAVE_STD
#include <cmath>
#else
#include <math.h>
#endif
inline float cos(float x) { return static_cast<float>(cos(x)); }
inline float sin(float x) { return static_cast<float>(sin(x)); }
inline float tan(float x) { return static_cast<float>(tan(x)); }
inline float log(float x) { return static_cast<float>(log(x)); }
inline float exp(float x) { return static_cast<float>(exp(x)); }
#endif
#include <valarray> #include <valarray>
using namespace std; using namespace std;
int main() int main()
{ {
} }
void foo() void foo()
{ {
 End of changes. 1 change blocks. 
0 lines changed or deleted 13 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/