Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ArgumentParser::mIsParsed to copied members
MSVC 19.16 appears to be doing a copy rather than a move in test_const_correct. The copy ctor does not handle mIsParsed, so the initial false value is kept. This commit adds copying mIsParsed during copy construction. Signed-off-by: Sean Robinson <[email protected]>
- Loading branch information