From: kawi Date: Thu, 15 Jan 2015 14:39:26 +0000 (+0100) Subject: Windows adaptions X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=b65a34ddfdbe56a17bb8a3279659669b8c802691;p=crepublib Windows adaptions --- diff --git a/cunit/cuReSeqArray.cpp b/cunit/cuReSeqArray.cpp index 1a787d0..6fc45b4 100644 --- a/cunit/cuReSeqArray.cpp +++ b/cunit/cuReSeqArray.cpp @@ -136,8 +136,9 @@ private: ReSeqArray::Tag tag = 0; ReSeqArray::Tag expectedTag = 0; size_t maxIx = 64; + list.setSizes(8, 1); for (size_t ix = 0; ix < maxIx; ix++){ - expectedTag = (1ll << ix); + expectedTag = (int64_t(1) << ix); expectedValue.append("x", 1); list.add(-1, expectedValue.str(), -1, expectedTag); checkEqu(ix + 1, list.count());