mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.tutorial: C++11 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@7176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
93d48291be
commit
0fb7545c3a
4 changed files with 13 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ CONSOLE_APP_MAIN
|
|||
|
||||
y.b = "a";
|
||||
|
||||
DUMP(SgnCompare(y));
|
||||
DUMP(SgnCompare(x, y));
|
||||
DUMP(x < y);
|
||||
|
||||
static Tuple2<int, const char *> map[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue