Opened 10 years ago
Last modified 10 years ago
#8311 new Bugs
progress.hpp incompatible with timer/timer.hpp
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | timer |
Version: | Boost 1.53.0 | Severity: | Regression |
Keywords: | timer progress | Cc: |
Description
Hi,
If I want to use boost::progress_display and boost::timer::cpu_timer for example, I have to modify boost/progress.hpp to prevent it from including the old boost::timer class, otherwise class boost::timer conflicts with namespace boost::timer.
Alex
Note:
See TracTickets
for help on using tickets.