qt-ordered-map icon indicating copy to clipboard operation
qt-ordered-map copied to clipboard

Duplicate definition now raising warnings during compilation

Open SlySven opened this issue 3 years ago • 0 comments

The line here: https://github.com/mandeepsandhu/qt-ordered-map/blob/e1a26e336a3afe17f160f17520259bded9ddffeb/src/orderedmap.h#L118

duplicates: https://github.com/mandeepsandhu/qt-ordered-map/blob/e1a26e336a3afe17f160f17520259bded9ddffeb/src/orderedmap.h#L47

and that upsets some compilers: image

luckily the fix is trivial...!

:grinning:

SlySven avatar Nov 30 '21 01:11 SlySven