fix to be consistent with the definition of Conversion<T,void>{ enum{exits=0 ...
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@174 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
55893e7b39
commit
612aacfc22
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
Conversion<char,char>::sameType &&
|
||||
Conversion<void,void>::exists &&
|
||||
!Conversion<void,char>::exists &&
|
||||
Conversion<char,void>::exists &&
|
||||
!Conversion<char,void>::exists &&
|
||||
Conversion<Derived2,Base>::exists &&
|
||||
Conversion<Derived1,Base>::exists &&
|
||||
Conversion<Base,Base>::exists &&
|
||||
|
|
Loading…
Reference in a new issue