From 2c8ae86eeedc115023c5741ad78e26b1963938c5 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 28 Jul 2005 06:49:46 +0000 Subject: [PATCH] error on incomplete types, void fix git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@187 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/TypeManip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/loki/TypeManip.h b/include/loki/TypeManip.h index 9fc6ef2..27e1848 100644 --- a/include/loki/TypeManip.h +++ b/include/loki/TypeManip.h @@ -13,7 +13,7 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// Last update: November 22, 2001 +// Last update, July 26, 2005 #ifndef TYPEMANIP_INC_ #define TYPEMANIP_INC_ @@ -294,7 +294,7 @@ struct SuperSubclassStrict // Added extra parenthesis in sizeof in Conversion, to disambiguate function // call from function declaration. T.S. // July 27, 2005 : compiler error on using SuperSubclass/Strict with incomplete types -// (credit due to Mark Stevans) +// (credit due to Mark Stevans) by Peter Kümmel //////////////////////////////////////////////////////////////////////////////// #endif // TYPEMANIP_INC_