mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@14421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
945a40c24f
commit
c6c2439cf3
13 changed files with 62 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue