aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4024aa6..82405d9 100644
--- a/README.md
+++ b/README.md
@@ -95,4 +95,6 @@ block.
2. Minimize undefined behavior, and set stricter rules for
implementation-defined behavior.
3. Support compile-time code execution.
-4. More powerful preprocessor?
+4. More powerful preprocessor.
+5. Integer underflow and overflow will be detectable and usable after it has already
+ occurred.