zserio icon indicating copy to clipboard operation
zserio copied to clipboard

Consider to support C++ std::equal_to

Open mikir opened this issue 1 year ago • 0 comments

Currently, generated C++ objects do support operator==.

Consider to support std::equal_to interfaces to allow direct usage of generated Zserio objects for STL. Please note, that this is not requiered by STL because if std::equal_to is not specialized, operator== will be invoked instead.

mikir avatar Jan 10 '24 09:01 mikir