mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
bazaar: Fixing for C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@9130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2d302b70d2
commit
2a208a73e1
10 changed files with 60 additions and 28 deletions
13
bazaar/ProductVersionTest/ProductVersionTest.cpp
Normal file
13
bazaar/ProductVersionTest/ProductVersionTest.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
#include <ProductVersion/ProductVersion.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
ProductVersion v(1, 2, 3);
|
||||
ProductVersion v2 = v;
|
||||
v2.IncDevel();
|
||||
DUMP(v < v2);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue