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 2022/05/12 18:16:15 UTC

[GitHub] [incubator-mxnet] ptrendx commented on pull request #21018: [BUGFIX] Fix nms kernel's out of range access issue

ptrendx commented on PR #21018:
URL: https://github.com/apache/incubator-mxnet/pull/21018#issuecomment-1125289676

   This is a legitimate failure - we are using C++17 which does not need message in static_assert, but the previous versions do (and 1.x uses older C++ standard) - you need to add the message to static_assert. This is the error message:
   ```
   error: expected a comma (the one-argument version of static_assert is not enabled in this mode)
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org