mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 22:03:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9779 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e09da085ca
commit
866eb9c73a
7 changed files with 7 additions and 123 deletions
|
|
@ -29,8 +29,8 @@ CONSOLE_APP_MAIN{
|
|||
DUMP(Min(empty, -99999));
|
||||
|
||||
DUMP(Sum(data));
|
||||
DUMP(FindMax(data, 3, 2));
|
||||
DUMP(FindMax(data));
|
||||
DUMP(FindMax(SubRange(data, 3, 2)));
|
||||
DUMP(Max(data));
|
||||
// DUMP(Max(empty)); // This is undefined (fails in ASSERT)
|
||||
DUMP(Max(empty, 99999));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue