Opened 13 years ago
Last modified 9 years ago
#452 new defect
time_measure.h uses obsolete headears — at Version 1
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.5 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description (last modified by )
time_measure.h includes obsolete (pre C++) headers, such as unistd.h
, sys/times.h
and sys/time.h
which in turn define a couple of things in the global namespace. Using the C++ counterparts of these headers (I hope they exist) would be a better option.
Note: See
TracTickets for help on using
tickets.