From a7b3c5ad7b582b15d4841925a47929e62a45a9ee Mon Sep 17 00:00:00 2001 From: danra Date: Wed, 21 Aug 2019 20:28:36 +0300 Subject: [PATCH] [lex.key],[diff.header.iso646.h] Consistent tokens order Order the tokens in [diff.header.iso646.h] in the same way they are ordered in Table 6 in [lex.key]. Easier to verify the two lists are identical. --- source/compatibility.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 69ab2d722c..95db1f4131 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -2462,8 +2462,8 @@ \tcode{bitand}, \tcode{bitor}, \tcode{compl}, -\tcode{not_eq}, \tcode{not}, +\tcode{not_eq}, \tcode{or}, \tcode{or_eq}, \tcode{xor},