On 05/02/2016 09:25 AM, jan iversen wrote:
I am copying the dev list (and have moved your mail to BCC), because these kind 
of questions are best answered on the list. Especially since the real experts 
are on the list, I am just good at connecting people :-)

seems that only one left (include/formula/tokenarray.hxx) in this bug tdf#97499.
But can't chage it, maybe you could help me with some advise how to
solve it if possible.

http://opengrok.libreoffice.org/xref/core/include/formula/tokenarray.hxx

And the line is bellow:

typedef std::unordered_set<OpCode,std::hash<std::underlying_type<OpCode>::type> 
> unordered_opcode_set;

Changed it several times, but make check always failed for me.

There is nothing to simplify there. The second template parameter of std::unordered_set<T> defaults to std::hash<T>, but what we need there is something different.
_______________________________________________
LibreOffice mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to