You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/15 19:43:30 UTC

[GitHub] cbalioglu commented on issue #9433: Backport gcc4 compiler fix to v1.0.0

cbalioglu commented on issue #9433: Backport gcc4 compiler fix to v1.0.0
URL: https://github.com/apache/incubator-mxnet/pull/9433#issuecomment-357772754
 
 
   Why not just 
   `template<> std::unordered_set<std::string> OperatorTune<__typ$>::operator_names_{}` (C++11)
   or
   `template<> std::unordered_set<std::string> OperatorTune<__typ$>::operator_names_()` (C++98)?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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