From 17e687ae45cf5f495d4e95c3f7f63731b03e9993 Mon Sep 17 00:00:00 2001 From: jensmaurer Date: Sun, 13 Nov 2016 05:53:23 +0100 Subject: [PATCH] [expr.rel] Complete the definition of 'compares greater than' Fixes #435. --- source/expressions.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/expressions.tex b/source/expressions.tex index 0c47bdb698..dc7b16f83d 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4209,6 +4209,8 @@ have the same access control (Clause~\ref{class.access}) and provided their class is not a union. +\item Otherwise, neither pointer compares greater than the other. + \end{itemize} \pnum