Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


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.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.