mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
6 lines
120 B
C++
6 lines
120 B
C++
#include "GCCBug.h"
|
|
|
|
void Bar::DoTest(int i, int count)
|
|
{
|
|
li.InsertN(minmax(i, 0, li.GetCount()), my_max(count, 0));
|
|
}
|