mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: ValueArray/Map::Pick fixed for GCC, CLANG (11)
git-svn-id: svn://ultimatepp.org/upp/trunk@7304 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1f6123c0c3
commit
93f8b5775e
5 changed files with 13 additions and 9 deletions
|
|
@ -4,6 +4,8 @@ using namespace Upp;
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
ValueArray va;
|
||||
va << 12 << 3 << 5 << 1 << 10;
|
||||
DUMP(va);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue