mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-30 01:49:07 +02:00
Fixes #132. Since the map of options is shared between Options and ParseResult, they should use a shared pointer instead of a reference so that ParseResult can be returned without referencing destroyed memory.