gpt4 book ai didi

c++ - 使用 boost.spirit 时不推荐使用的警告

转载 作者:行者123 更新时间:2023-12-04 11:30:45 25 4
gpt4 key购买 nike

我正在尝试使用 boost.spirit.qi 编写一些解析器,但是当我编译时,我收到以下已弃用的警告:

In file included from /usr/include/boost/iostreams/detail/is_dereferenceable.hpp:12:0 ... 

#pragma message: NOTE: Use of this header (bool_trait_def.hpp) is deprecated

#pragma message: NOTE: Use of this header (template_arity_spec.hpp) is deprecated

我使用的是错误的解析器还是旧的东西?我怎样才能摆脱这些警告?

编辑: /usr/include/boost/iostreams/detail/is_dereferenceable.hpp以某种方式包含在 /usr/include/boost/spirit/include/qi.hpp
我正在使用 Boost 版本 1.61

最佳答案

我在使用 boost geometry 包时遇到了类似的问题,无法升级 boost 来修复错误。
使用以下定义禁用 boost 已弃用警告:

#define BOOST_ALLOW_DEPRECATED_HEADERS
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
请注意,第二个定义处理与不推荐使用的警告一起出现并且可能不需要的常见警告。

关于c++ - 使用 boost.spirit 时不推荐使用的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37372867/

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