Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in compile-time-constant
Why can't C (nor C++) optimize this recursive experiment?
Oct 29, 2025
c
gcc
compiler-optimization
compile-time
compile-time-constant
Aren't all expressions during constant evaluation also constant expressions?
Oct 22, 2025
c++
language-lawyer
constexpr
compile-time-constant
constant-expression
How can I do short string optimization at compile time?
Oct 19, 2025
c
string
unions
compile-time
compile-time-constant
Something like std::integral_constant but with auto template argument in std C++20 library?
Oct 19, 2025
c++
c++20
auto
compile-time-constant
Is strlen Optimized out for String Literals?
Oct 02, 2025
c++
c-strings
string-length
string-literals
compile-time-constant
Cannot call non-const fn `<Foo as Default>::default` in constants
Sep 19, 2025
rust
constants
default
compile-time-constant
constexpr general confusion
Sep 15, 2025
c++
language-lawyer
constexpr
compile-time-constant
constant-expression
Can the conditional operator ( ? : ) in C++ be compile time?
Jan 28, 2023
c++
c++17
conditional-operator
compile-time
compile-time-constant
Where to define class constants in C++?
Dec 19, 2022
c++
header
refactoring
constants
compile-time-constant
How to extract a value from a variadic template parameter pack by index?
Dec 09, 2022
c++
templates
c++11
variadic-templates
compile-time-constant
C++ constexpr overload, different code for compile-time and runtime [duplicate]
Nov 19, 2022
c++
c++11
overloading
compile-time-constant
constexpr
Compile time checking of constness
Nov 13, 2022
c++
templates
template-meta-programming
compile-time
compile-time-constant
What are the differences between 0, int() and int{}?
Mar 20, 2022
c++
gcc
clang
zero
compile-time-constant
Will const and constexpr eventually be the same thing?
Sep 23, 2022
c++
c++11
constants
constexpr
compile-time-constant
Help with type traits
Oct 23, 2022
c++
templates
specialization
typetraits
compile-time-constant
Why can't I resolve a constant expression after increasing -fconstexpr-steps?
Oct 21, 2022
c++
constexpr
clang++
c++17
compile-time-constant
A function that accepts only compile time known expressions?
Jun 15, 2022
c++
templates
operators
compile-time-constant
Compiletime build up of std::regex
Dec 25, 2021
c++
regex
c++11
compile-time-constant
Constant expression contains invalid operations [duplicate]
May 04, 2021
php
class
properties
syntax-error
compile-time-constant
Is it possible to check compiler constants at runtime in C#?
Sep 03, 2025
c#
.net
compile-time-constant
Older Entries »