Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2021-10-20 23:50:58 +0300
committerJarryd Beck <jarro.2783@gmail.com>2021-10-20 23:50:58 +0300
commita150450486700ae28a44f0667cf83f65de2d258b (patch)
tree77053bf62327767762b4240cd62f664edce89bb9
parente8b5befff82b3340fd9e91e1d9ce000926de6ec8 (diff)
Readme change for 3.0
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 14665f7..ede30ef 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ tagged release version.
## Version 3 breaking changes
-If you have used version 2, there are a couple of breaking changes in (the as
-yet unreleased, current master) version 3 that you should be aware of. If you are new to
-`cxxopts` you can skip this section.
+If you have used version 2, there are a couple of breaking changes in version 3
+that you should be aware of. If you are new to `cxxopts` you can skip this
+section.
The parser no longer modifies its arguments, so you can pass a const `argc` and
`argv` and expect them not to be changed.