You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/09/25 08:58:14 UTC

[GitHub] [incubator-doris] yangzhg edited a comment on issue #1862: complie failed when using direct compilation

yangzhg edited a comment on issue #1862: complie failed when using direct compilation
URL: https://github.com/apache/incubator-doris/issues/1862#issuecomment-534920325
 
 
   finally i found the reason of why cannot complie in gcc5. becaue of c++11  can't use enum class as unordered_map key, ref https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60970 .
   This was considered a defect in the standard, and was fixed in C++14: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2148
   so it  need to provide a specialization of std::hash
   I will fix it today

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org