Parameter [`arguments` in function `get_options`](https://github.com/sigcpp/stl-lite/blob/87eef34616b5c5c377899f84f6bfb5b630b4501e/test/options.cpp#L28) is not `const`. For safety, that parameter should be marked `const`. Making this change will also need a change in `main`, but an easy change.