long long is not a standard type
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@835 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a0268bf729
commit
b19393301f
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ namespace Loki
|
|||
namespace Private
|
||||
{
|
||||
#ifndef LOKI_DISABLE_TYPELIST_MACROS
|
||||
typedef LOKI_TYPELIST_5(unsigned char, unsigned short int,unsigned int, unsigned long int)
|
||||
typedef LOKI_TYPELIST_4(unsigned char, unsigned short int,unsigned int, unsigned long int)
|
||||
StdUnsignedInts;
|
||||
typedef LOKI_TYPELIST_5(signed char, short int,int, long int)
|
||||
typedef LOKI_TYPELIST_4(signed char, short int,int, long int)
|
||||
StdSignedInts;
|
||||
typedef LOKI_TYPELIST_3(bool, char, wchar_t)
|
||||
StdOtherInts;
|
||||
|
|
Loading…
Add table
Reference in a new issue