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 5bdf14e commit 171708dCopy full SHA for 171708d
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