Closed
Description
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
extern/fmt/include/fmt/core.h(978): warning: integer conversion resulted in a change of sign
Lines 976 to 979 in 5386f1d
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
Lines 789 to 797 in 5386f1d
Could this odd auto and comma be replaced by a decltype? (and comma, unfortunately)
Metadata
Metadata
Assignees
Labels
No labels