Bugzilla – Bug 1240
Missing declaration in OS.h
Last modified: 2002-07-06 19:29:00
You need to log in before you can comment on or make changes to this bug.
ACE_Time_Value operator * (double d, const ACE_Time_Value &tv) is implemented in OS.i, but is never mentioned in OS.h, which works if inlining is enabled but fails to compile if an application is using this operator and inlining is disabled.
Assign the bug to me
Fix already in my workspace and so accepting it.
Fixed! The relevant changelog entry is Sat Jul 06 19:32:40 2002 Balachandran Natarajan <bala@cs.wustl.edu>