Implement relational operators on Basic_version class; Improve documentation; Fix bug in parser regarding prerelease token treatment on transition between prerelease and build parsing; Add unit tests for missing cases

This commit is contained in:
Marko Zivanovic
2015-10-08 23:27:01 +02:00
parent 1cc5568547
commit 284aa77e13
10 changed files with 155 additions and 57 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ include_directories(
)
add_library(semver
Semver200_parser.cpp Semver200_comparator.cpp
Semver200_comparator.cpp Semver200_parser.cpp
)