Add copy c'tors and assignment operators; Change numeric prerelease identifier comparison to use long longs instead of ints.

This commit is contained in:
Marko Zivanovic
2015-10-13 12:10:43 +02:00
parent bb377082f2
commit 522e8b484b
5 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ SOFTWARE.
#include <functional>
#include <map>
#include "semver200.h"
#include "common/semver200.h"
using namespace std;