From e2c0d6b7055f5d1c7faffbc3029b7263f7002115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 6 Apr 2018 22:27:52 +0200 Subject: [PATCH] Update cxxopts to 2.0.0+3+gabe9ebd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With cxxopts 2.0.0, positional arguments weren’t recognized when other command-line options were passed before. This has been fixed in the meantime, but there is no release with the bug fix yet. This updates cxxopts to a newer commit to ship anthem with this fix. --- lib/cxxopts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cxxopts b/lib/cxxopts index 8893afe..abe9ebd 160000 --- a/lib/cxxopts +++ b/lib/cxxopts @@ -1 +1 @@ -Subproject commit 8893afe13cc47dd0be4f25b5ae491e652c146098 +Subproject commit abe9ebd6b4084d576ceb79904c94ef8c9c0e6c56