Opened 16 years ago
Closed 16 years ago
#2508 closed defect (wontfix)
[Patch]OsmPrimitive - realEqual - refactoring
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | refactoring | Cc: | Gubaer |
Description
I've been working on bugs related to conflict detection and conflict resolution and I felt that OsmPrimitive::realEqual would benefit from a minor refactoring - see attachement.
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | realEqual-refactoring.patch added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
yes.
I agree however that it doesn't fix a bug. Nor does it add functionality. So, it probably comes down to personal taste. I'll not get angry if you don't apply the patch ;-)
comment:4 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Actually I prefer the single statement variant as the chances for the compiler to optimize it are much better. So this is a wontfix. Sorry :-)
Hmm, do you really think that is an improvement?