aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
diff options
context:
space:
mode:
authorTaylor C. Richberger <taywee@gmx.com>2018-05-09 22:58:49 -0600
committerGitHub <noreply@github.com>2018-05-09 22:58:49 -0600
commit1823e82a452e93fc7198f95d14c042f21fc3e362 (patch)
tree6bad2c833c1de1410bac892e5ac64c2b6e312f70 /args.hxx
parentMerge pull request #58 from bitc/master (diff)
parentAdd workaround for LeakSanitizer in Travis CI (diff)
downloadargs.hxx-1823e82a452e93fc7198f95d14c042f21fc3e362.tar.xz
Merge pull request #61 from pavel-belikov/fix-gcc8-build
Fix GCC 8 build
Diffstat (limited to 'args.hxx')
-rw-r--r--args.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.hxx b/args.hxx
index 655718f..62bbfb3 100644
--- a/args.hxx
+++ b/args.hxx
@@ -1761,7 +1761,7 @@ namespace args
{
parserCoroutine(coro.Parser());
}
- catch (args::SubparserError)
+ catch (args::SubparserError&)
{
}
#else