gpt4 book ai didi

c++ - 升压:bad_any_cast: failed conversion using boost:any_cast error

转载 作者:行者123 更新时间:2023-12-01 18:05:24 26 4
gpt4 key购买 nike

遇到 Boost 程序选项问题。我添加了一个多次使用选项,我们称之为“--opt”。当我从命令行使用两个“--opt”运行program.exe时,我从boost中收到以下错误。

terminating with uncaught exception of type boost::exception_detail::clone_impl >: boost::bad_any_cast: failed conversion using boost::any_cast

我不确定到底是什么导致了 boost::bad_any_cast。对于 C++ 和 Boost,我是一个新手。下面是我正在使用的代码示例,我认为可能发生 boost::bad_any_cast 。该错误仅在我添加 std::vector 后出现。有什么想法可能是什么问题吗?或者有什么资源可以指点我,以便我也可以自己解决这个问题?

po::value<std::vector<std::string>>()

我很清楚this上一个问题也是如此。

最佳答案

尝试在转换后添加 ->required() :po::value>()->required()

关于c++ - 升压:bad_any_cast: failed conversion using boost:any_cast error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38573719/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com