Fixed what I believe is a bug in SUPERSUBCLASS_STRICT
Added *'s #define SUPERSUBCLASS_STRICT(T, U) \ (SUPERSUBCLASS(T, U) && \ !::Loki::Conversion<const volatile T*, const volatile U*>::sameType) git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@39 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a70e07ccb3
commit
5ca0b883b1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ namespace Loki
|
||||||
|
|
||||||
#define SUPERSUBCLASS_STRICT(T, U) \
|
#define SUPERSUBCLASS_STRICT(T, U) \
|
||||||
(SUPERSUBCLASS(T, U) && \
|
(SUPERSUBCLASS(T, U) && \
|
||||||
!::Loki::Conversion<const volatile T, const volatile U>::sameType)
|
!::Loki::Conversion<const volatile T*, const volatile U*>::sameType)
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Change log:
|
// Change log:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue