cxxopts/CHANGELOG.md
Jarryd Beck 8010e06952 Move parse result to an immutable object
This is far from ideal, but it's the first step in moving the parse
result to an immutable object so that the parser can be reused.
2017-10-18 18:37:58 +11:00

111 B

2.0

Changed

  • Options::parse returns a ParseResult rather than storing the parse result internally.