Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compile-time

Detecting if a bit is set (at compile time)

c++ compile-time

How can I confirm an assumption of an automatically inferenced type at compile time? (i.e. static_assert style

Filling an std::array using math formula in compile time

Global struct in c (initializer element is not a compile-time constant)

c struct global compile-time

Change reference path from GAC to folder at compile time

java forcing compile-time evaluation

java bytecode compile-time

What if the run time gets dwarfed by the compile time?

Passing this pointer and arguments of class method to local lambda function at compile time

Is it possible to validate the input to a user-defined literal at compile time

c++ compile-time

How can I iterate over struct fields at compile time in Zig to generate a serializer?

Method overriding in c++ : is it compile time or run time polymorphism?

Is there a way to restrict functions in a C# class to only use a specific signature?

c# compile-time

Autogenerate value objects

How do I choose between `std::cout` and `std::wcout` according to the defined string type?

c++ string compile-time c++17

Compile-time generating an array of non-constexpr objects that should be created in constructor

Run arbitrary code at compile time

compile-time crystal-lang

How to protect enum assignment

How do i make an array which is a class object and has a compile time size?

Compile time check if string contains quotes