From d425460fb1022937a6d1bf1a56b6342ef5f8be39 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 13 Feb 2004 13:18:46 +0000 Subject: [PATCH] Updated compiler compatibility for is_enum. [SVN r22256] --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c4d00ec..5c8f797 100644 --- a/index.html +++ b/index.html @@ -173,8 +173,9 @@

7.2

Requires a correctly functioning - is_convertible template (this means that is_enum is currently broken under - Borland C++ Builder 5, and some for some versions of the Metrowerks compiler). + is_convertible template; this means that is_enum is currently broken under + Borland C++ Builder 5, and for the Metrowerks compiler prior to version 8, + other compilers should handle this template just fine.