Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request 合并请求准备清单
详情参见此处
具体内容
rm::RMStatus
类型移除 C++20 标准下位域初始化的写法,统一移除位域,改为使用简单的组合,即解决过程
此问题出现在测试通过 gcc 和 CMake 使用 RMVL文档的过程中,图像中并未显示出绘制过的线条,在经过控制台标准输出之后,发现需要绘制的 4 个角点均为
(0, 0)
或其他乱码:最后发现是
rm::RMStatus
的问题