Changes between Initial Version and Version 1 of Ticket #452
- Timestamp:
- 07/30/13 15:38:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #452 – Description
initial v1 1 [source:lemon/time_measure.h@e344f0887c59 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 the re headers (I hope they exist) would be a better option.1 [source:lemon/time_measure.h@e344f0887c59 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.