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>2020-10-01 13:08:52 +0300
committerJarryd Beck <jarro.2783@gmail.com>2020-10-01 13:09:16 +0300
commit4b63c333a842295b1bfb79d05863633037328300 (patch)
tree1c0095852bad4c6801f4b3da5822a3833c5c5a61
parent748ac3527752f73b8a59ae85a2170be250a65b2d (diff)
Improve README note
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b41b96a..9517993 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 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 (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.
The parser no longer modifies its arguments, so you can pass a const `argc` and
`argv` and expect them not to be changed.