.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@14421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-05-02 08:58:56 +00:00
parent 945a40c24f
commit c6c2439cf3
13 changed files with 62 additions and 6 deletions

View file

@ -8,6 +8,11 @@ using namespace Upp;
#define N 20
#endif
#ifdef CPU_ARM
#undef N
#define N 1
#endif
template <class C1, class C2>
void Compare(C1& a, C2& b)
{