-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boost Progress #12
Comments
Fair point. I added the deprecation message because the old timers have been explicitly marked as deprecated in the documentation for a long while (since Boost 1.53, https://www.boost.org/doc/libs/1_53_0/libs/timer/doc/index.html.) But it's true that I'm not sure what's the best way to handle this; add |
Adding |
This seems reasonable to me. |
Should I make a PR? |
No need, thanks. See c221a60. |
Cool, I'll close this then. |
Oh - I wonder if you know when that might make it into a Boost release? |
It should make it into 1.72. |
boost/progress.hpp warns me:
But when I look in boost/timer.hpp there's no obvious path to upgrade, since there is no
boost::progress_display
class.How am I intended to deal with the deprecation of
progress.hpp
, other than rewriting it?The text was updated successfully, but these errors were encountered: