diff options
-rw-r--r-- | www/compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/compatibility.html b/www/compatibility.html index fb47400e03..8a2f05b3b3 100644 --- a/www/compatibility.html +++ b/www/compatibility.html @@ -114,7 +114,7 @@ Undefined symbols: <h3 id="lvalue-cast">Lvalue casts</h3> <!-- ======================================================================= --> -<p>GCC permits casting the left-hand side of an assignment to a +<p>Old versions of GCC permit casting the left-hand side of an assignment to a different type. Clang produces an error on similar code, e.g.,</p> <pre> |