gpt4 book ai didi

c++ - 不能使用 boost::regex

转载 作者:搜寻专家 更新时间:2023-10-31 01:16:53 25 4
gpt4 key购买 nike

当尝试通过#include'ing boost/regex.hpp 使用 boost regex 库然后创建此类的对象时:

boost::regex empty_line("^\\s*$");  

我在尝试编译它时遇到以下错误:

D:\...\boost\regex\v4\cpp_regex_traits.hpp:366: error: undefined reference to `boost::re_detail::cpp_regex_traits_char_layer<char>::init()'  

知道如何解决吗?

最佳答案

Boost 正则表达式是 boost 中为数不多的需要您构建 boost 库并对其进行链接的部分之一。

参见:Windows Unix

关于c++ - 不能使用 boost::regex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8681137/

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