boostorg / boostorg/function_types
BOOST_FT_AUTODETECT_CALLING_CONVENTIONS ignored when including <boost/uuid/random_generator.hpp>
- 主要语言
- C++
- 星标
- 9
- 派生
- 42
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
I' ve got a project which uses Boost.UUID and function_types.
When compiling for Windows-x86 I define BOOST_FT_AUTODETECT_CALLING_CONVENTIONS before including
thereafter I include
but then "boost::function_types::stdcall_cc" is not defined.
There seems to be a problem with the define/undef of the macro "callable_builtin" in
When I first include the type "boost::function_types::stdcall_cc" is defined.
I'm not sure if the define/undef of the macro "callable_builtin" could even violate ODR.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Reproduce the Windows-x86 include sequence using followed by , with BOOST_FT_AUTODETECT_CALLING_CONVENTIONS defined first. Inspect boost/function_types/detail/encoding/aliases_[un]def.hpp and the handling of callable_builtin. Done means boost::function_types::stdcall_cc remains defined for this include order and the reported compilation succeeds.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100