From 2ca6374e61c49907b46d4dfb1ec02df8f82651e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <david.tschumperle@gmail.com>
Date: Wed, 17 Oct 2018 18:37:12 +0200
Subject: [PATCH] .

---
 html/CImg_documentation.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/html/CImg_documentation.h b/html/CImg_documentation.h
index 626daf5..9b99407 100644
--- a/html/CImg_documentation.h
+++ b/html/CImg_documentation.h
@@ -223,10 +223,8 @@
   It is regularly tested on different architectures and compilers,
   and should also work on any decent OS having a decent C++ compiler.
   Before each release, the CImg Library is compiled under these different configurations :
-  \li PC Linux 32 bits, with g++.
-  \li PC Windows 32 bits, with Visual C++ Express Edition.
-  \li Sun SPARC Solaris 32 bits, with g++.
-  \li Mac PPC with OS X and g++.
+  \li PC Linux 32/64 bits, with g++.
+  \li PC Windows 32/64 bits, with Visual C++ Express Edition.
 
   CImg has a minimal number of dependencies. In its minimal version, it can be compiled only with standard C++ headers.
   Anyway, it has interesting extension capabilities and can use external libraries to perform specific tasks more
-- 
GitLab