conditional-compilation

标签

Cards List
#conditional-compilation

C3 0.8.3 Feature flags

Lobsters Hottest · 2026-08-13 缓存

C3 0.8.3 introduces the @feat attribute, a new mechanism for top-level conditional compilation, replacing older @if usage outside generics. The compiler now provides built-in feature flags like WIN32 and LINUX, improving compile-time ordering and IDE support.

0 人收藏 0 人点赞
#conditional-compilation

在Zig中使用Comptime条件禁用代码

Mitchell Hashimoto · 2024-09-12 缓存

Mitchell Hashimoto解释了如何利用Zig的comptime特性在编译时条件禁用代码,并与C和Go中的实现方式进行了比较。

0 人收藏 0 人点赞
← 返回首页

提交意见反馈