We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc8b8c commit 9802f0cCopy full SHA for 9802f0c
src/analysis/lattices/int.h
@@ -24,6 +24,8 @@
24
25
namespace wasm::analysis {
26
27
+// The lattice of integers of the given type `T`, ordered by <. The min integer
28
+// is the bottom element and the max integer is the top element.
29
#if __cplusplus >= 202002L
30
template<std::integral T>
31
#else
0 commit comments