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
This commit is contained in:
parent
6037b312a6
commit
2c8ae86eee
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Last update: November 22, 2001
|
// Last update, July 26, 2005
|
||||||
|
|
||||||
#ifndef TYPEMANIP_INC_
|
#ifndef TYPEMANIP_INC_
|
||||||
#define TYPEMANIP_INC_
|
#define TYPEMANIP_INC_
|
||||||
|
@ -294,7 +294,7 @@ struct SuperSubclassStrict<T, void>
|
||||||
// Added extra parenthesis in sizeof in Conversion, to disambiguate function
|
// Added extra parenthesis in sizeof in Conversion, to disambiguate function
|
||||||
// call from function declaration. T.S.
|
// call from function declaration. T.S.
|
||||||
// July 27, 2005 : compiler error on using SuperSubclass/Strict with incomplete types
|
// 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_
|
#endif // TYPEMANIP_INC_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue