Actions
Bug #1510
closedoperator!= must not be required for IdType, but it is used by Wt code
Start date:
11/05/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
operator!= is not listed in requirements of IdType: http://www.webtoolkit.eu/wt/doc/reference/html/structWt_1_1Dbo_1_1dbo__traits.html#afb62c3f28967b0b14b13360d47cd37dc
But it is used here: Wt/Dbo/ptr_impl.h, line 599
Please, replace it with !(... == ...)
Updated by Koen Deforche about 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.0
Hey,
Good point. Fixed it in my git copy.
Regards,
koen
Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions