You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how this could be correct, -int is returned as uint without explicit cast?
2
extern/fmt/include/fmt/core.h(791): warning: nonstandard use of "auto" to both deduce the type from an initializer and to announce a trailing return type
When compiling with CUDA 8 and moving from fmt 4 to 5, I get hundreds of pages of warnings that I think boil down to two:
1
fmt/include/fmt/core.h
Lines 976 to 979 in 5386f1d
I'm not sure how this could be correct, -int is returned as uint without explicit cast?
2
fmt/include/fmt/core.h
Lines 789 to 797 in 5386f1d
Could this odd auto and comma be replaced by a decltype? (and comma, unfortunately)
The text was updated successfully, but these errors were encountered: