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:
cxl 2014-04-23 07:28:23 +00:00
parent 1f6123c0c3
commit 93f8b5775e
5 changed files with 13 additions and 9 deletions

View file

@ -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);