The C++ standard requires the class template numeric_limits to be located in the <limits> header. Some tests use this class template, but do not include this header directly. As a result, these tests don't compile against some compatible libraries. This patch fixes the problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo