Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constant-expression

constexpr difference between gcc v10 and v9: bug or feature

Can "const fn" in rust concatenate byte slices?

Initializer with constant expression having possible overflow in C99

How can I check that an expression is constant in C? [duplicate]

c#: what is a constant expression?

Is difference between two pointers legal c++17 constant expression?

g++ complains constexpr function is not a constant expression

c++ g++ constant-expression

Does constexpr in pointers make a difference

clang says call to void consteval function is not a constant expression

How to check if a parameter is an integral constant expression in a C preprocessor macro?

enum type value as the length of a array in C++

Why does constexpr work with templates?

C++ expected constant expression

Details of what constitutes a constant expression in C?

const variables may not be used in a constant expression?

Can a null pointer constant be any integer constant expression evaluated to 0?

Why is a constexpr function on a reference not constexpr?

size() of std::array pointer in constexpr context

Is indexing a string literal an initializer constant expression?

Can i have a negative value as constant expression in Scala?