mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
WinCE fixes
This commit is contained in:
@@ -557,8 +557,8 @@ void TuplesTest::testTupleOrder()
|
||||
|
||||
void TuplesTest::testMemOverhead()
|
||||
{
|
||||
Tuple<short> small(0);
|
||||
int sz = sizeof(small);
|
||||
Tuple<short> smallOne(0);
|
||||
int sz = sizeof(smallOne);
|
||||
assert (sz == 4 || sz == 8); //depending on architecture and alignment
|
||||
Tuple<long> notSoSmall(0);
|
||||
sz = sizeof(notSoSmall);
|
||||
|
||||
Reference in New Issue
Block a user