From 5eaf28e3e9137f6e8c4d47604ed7a78737aedf6a Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 11 Apr 2023 11:50:56 +0100 Subject: Update cxxopts from 3.0 to 3.1.1 !armnn:9430 Signed-off-by: Jim Flynn Change-Id: Ib0dd3df4697ad5adcf48d790e74bb7eef10dbf9c --- DriverOptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DriverOptions.cpp b/DriverOptions.cpp index 42d932c1..2998917f 100644 --- a/DriverOptions.cpp +++ b/DriverOptions.cpp @@ -1,5 +1,5 @@ // -// Copyright © 2017 Arm Ltd and Contributors. All rights reserved. +// Copyright © 2017, 2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // @@ -194,7 +194,7 @@ DriverOptions::DriverOptions(int argc, char** argv) { cxxopts::ParseResult result = optionsDesc.parse(argc, argv); } - catch (const cxxopts::OptionException& e) + catch (const cxxopts::exceptions::exception& e) { ALOGW("An exception occurred attempting to parse program options: %s", e.what()); std::cout << optionsDesc.help() << std::endl -- cgit v1.2.1