v0.0.42
新增
- 将
[package].standard打通为一等 C++ 标准配置,默认仍为c++23,
并支持c++26/c++2c等写法。
修复
- 编译 flags、
compile_commands.json、fingerprint 与import std标准库
BMI 预构建命令现在使用同一个 active C++ 标准。 std.gcm/std.pcmcache 增加元数据校验,只有 compiler、stdlib、target、
standard、source 与 build command 匹配时才复用。build.cxxflags回归附加 C++ flags 语义,若写入-std=会提示迁移到
[package].standard。