[PATCH] D43704: Utility functions for checked arithmetic

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 14:11:03 PST 2018


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Thanks! Please wait a day or so before committing to give others time to provide feedback.



================
Comment at: include/llvm/Support/CheckedArithmetic.h:20
+
+#include <functional>
+#include <type_traits>
----------------
This include can go away now.


https://reviews.llvm.org/D43704





More information about the llvm-commits mailing list