List Question
20 TechQA 2024-03-21T03:23:05.663000How to check if a macro argument is an integer literal in C
139 views
Asked by Abdulmalek Almkainzi
Why can I not get a compile-time error referencing a non-existent key in a Dart map?
23 views
Asked by rjapenga
Placing data at an address given by a constant arithmetic expression
63 views
Asked by user23562328
Is there an effective way to assert an constexpr-if branch is executed?
91 views
Asked by xmllmx
How to Create constexpr Array Where Elements Depend on the Array’s Size?
32 views
Asked by Sheldon
Replace (annotated methods/methods which meet condition) on compile-time in Java
59 views
Asked by gXLg
C++ templates: choice between static and dynamic allocations (a la Eigen)
75 views
Asked by Charlie Vanaret
Thread Safe Compile Time Array
79 views
Asked by SpeakX
Why is stack memory usage in C++ determined at compile time?
197 views
Asked by B-rad
Initialize member array at compile time
226 views
Asked by TosinAl
Rust error : doesn't have a size known at compile-time
103 views
Asked by Code learner
Check if a floating point type is a superset of another floating point type
161 views
Asked by Martin Fehrs
Lifetime of literal values inside Zig comptime function
89 views
Asked by uben
Is there any substitution for compile time hash as template arguments
117 views
Asked by X1ngChui
Is it possible to globally modify the AST in Nim?
85 views
Asked by Griffort
Why doesn't this 'increment then decrement' generic const expression work in Rust?
67 views
Asked by eliaxelang007
Why does serde's derivation of Serialize/Deserialize produce code in const _: () block?
75 views
Asked by QuantumDot
default template argument VS. default function argument
80 views
Asked by kokutso_taiho
Compile-time function constraints evaluation
77 views
Asked by PrinceOfBorgo