
On Sat, Jun 6, 2009 at 7:55 AM, vicente.botet<vicente.botet@wanadoo.fr> wrote:
----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org> To: "Boost Developers list" <boost@lists.boost.org> Sent: Saturday, June 06, 2009 1:44 PM Subject: [boost] Ticket Resolutions
I'd like to add "notabug" as a ticket resolution choice. The use would be for tickets that complain about something that is in fact true, but is by design rather than being a bug.
In the past, I've marked these as "invalid". But I dislike doing so because it sounds as if I'm saying there is something wrong with the ticket itself.
Comments?
Is not worksforme equivalent to notabug? Could you give an example of a ticket so we can see a concrete case?
Ticket #1962 complained that on Linux, <boost/timer.hpp> didn't measure wall clock time. That's because it uses std::clock(), which is allowed to measure something other than wall clock time. So it doesn't work for me, either. I ended up calling it "wontfix" because it is by design, and will be replaced by a much better timer library in the near future. --Beman