cxxopts/src
Jarryd Beck c713b44d92 Use a shared pointer for the options map
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.
2018-11-08 18:22:42 +11:00
..
.gitignore ignore built files 2016-08-26 08:26:42 +10:00
CMakeLists.txt Cmake overhaul (#53) 2017-06-23 18:38:42 +10:00
example.cpp Use a shared pointer for the options map 2018-11-08 18:22:42 +11:00