diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-14 19:08:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-14 19:08:10 +0300 |
commit | b0b19063bffe83af805f2b92106b7da47e21a5d4 (patch) | |
tree | dd2754e633b5de45e134b1911c2e380410f171c7 /tests/semantic-version/driver.cxx | |
parent | 8561af5a2551ec453c9888125de273f2cc2940c0 (diff) |
Make git_version() to return semantic_version rather than standard_version
Diffstat (limited to 'tests/semantic-version/driver.cxx')
-rw-r--r-- | tests/semantic-version/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/semantic-version/driver.cxx b/tests/semantic-version/driver.cxx index 024e7a0..024aed0 100644 --- a/tests/semantic-version/driver.cxx +++ b/tests/semantic-version/driver.cxx @@ -27,7 +27,7 @@ int main () { using semver = semantic_version; - using failed = invalid_argument; + using failed = const invalid_argument&; // Construction. // |