no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@122 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a2f9a004c3
commit
273dc0d85e
1 changed files with 9 additions and 9 deletions
|
@ -916,7 +916,7 @@ namespace Private
|
||||||
// If T is not equal to TList::Head, the result is a typelist
|
// If T is not equal to TList::Head, the result is a typelist
|
||||||
// with TList::Head as its head and the result of applying
|
// with TList::Head as its head and the result of applying
|
||||||
// Replace to TList::Tail, T, U as its tail
|
// Replace to TList::Tail, T, U as its tail
|
||||||
ASSERT_VALID(TList);
|
ASSERT_TYPELIST(TList);
|
||||||
typedef typename TList::Head Head;
|
typedef typename TList::Head Head;
|
||||||
typedef typename TList::Tail Tail;
|
typedef typename TList::Tail Tail;
|
||||||
typedef typename Select
|
typedef typename Select
|
||||||
|
@ -966,7 +966,7 @@ namespace Private
|
||||||
template <class T, class U>
|
template <class T, class U>
|
||||||
struct In
|
struct In
|
||||||
{
|
{
|
||||||
ASSERT_VALID(TList);
|
ASSERT_TYPELIST(TList);
|
||||||
typedef typename TList::Head Head;
|
typedef typename TList::Head Head;
|
||||||
typedef typename TList::Tail Tail;
|
typedef typename TList::Tail Tail;
|
||||||
typedef typename Select
|
typedef typename Select
|
||||||
|
@ -1043,7 +1043,7 @@ namespace Private
|
||||||
struct In
|
struct In
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
ASSERT_VALID(TList);
|
ASSERT_TYPELIST(TList);
|
||||||
typedef typename TList::Head Head;
|
typedef typename TList::Head Head;
|
||||||
typedef typename TList::Tail Tail;
|
typedef typename TList::Tail Tail;
|
||||||
typedef typename MostDerived<Tail, T>::Result Candidate;
|
typedef typename MostDerived<Tail, T>::Result Candidate;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue