boostorg / boostorg/preprocessor
BOOST-PP_TUPLE-REM-CTOR and BOOST-PP-REOVE-PARENS behave incorrectly on the msvc compiler
未关闭
- 主要语言
- C++
- 星标
- 118
- 派生
- 76
- PR 合并指标
- 30 天内没有已合并 PR
描述
BOOST_PP_TUPLE_REM_CTOR((x, y, z)) // expands to x,But the document says it will expand into x, y, z
BOOST_PP_REMOVE_PARENS((a, b, c)) //expands to a,But I think it will unfold into a, b, c
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先,使用 MSVC 编译器复现 issue 正文中的两个宏展开,并将其与文档中记录的展开进行比较。检查 BOOST_PP_TUPLE_REM_CTOR 和 BOOST_PP_REMOVE_PARENS 的实现和文档,然后确认二者都按文档所述展开为全部三个以逗号分隔的值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100