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 constexpr
Can a lambda function be specified as a constexpr [duplicate]
Apr 19, 2026
c++
c++11
lambda
constexpr
Undefined behavior allowed in constexpr -- compiler bug?
Apr 19, 2026
c++
undefined-behavior
constexpr
Trying to use std::bit_cast with a bitfield struct. Why is it not constexpr?
Apr 18, 2026
c++
constexpr
bit-fields
bit-cast
Best way to pass compile-time list of values to function?
Apr 14, 2026
c++
c++20
constexpr
compile-time
std::cout with constexpr on templated function works. Why? [duplicate]
Apr 16, 2026
c++
c++17
constexpr
cout
constexpression subscript operator of STL containers
Apr 13, 2026
c++
stl
constexpr
c++14
variable conditionally declared constexpr according to its initialization expression
Apr 12, 2026
c++
constexpr
initializer
How do I get MSVC to see static constexpr member variables and functions at compile time in c++20?
Apr 08, 2026
c++
visual-c++
language-lawyer
constexpr
crtp
Ternary operator and if constexpr
Apr 02, 2026
c++
c++17
constexpr
if-constexpr
Why references can't be used with compile time functions?
Apr 03, 2026
c++
c++17
constexpr
compile-time
constant-expression
Nested struct inside constexpr function, compiles in clang, fails in gcc
Mar 30, 2026
c++
gcc
language-lawyer
constexpr
clang++
c++ : how to remove cv-qualifiers of a type to access class functions?
Mar 30, 2026
c++
template-meta-programming
constexpr
move-semantics
perfect-forwarding
Is it possible to evaluate array on compilation time?
Mar 28, 2026
c++
algorithm
c++11
constexpr
When is it better to use "static constexpr" than "constexpr"?
Mar 27, 2026
c++
static
constexpr
Force expression to constexpr
Mar 24, 2026
c++
c++17
variadic-templates
template-meta-programming
constexpr
constexpr self-referencing struct
Mar 15, 2026
c++
gcc
constexpr
Why force constexpr have compile time error only?
Mar 14, 2026
c++
c++11
constexpr
Can a `constexpr std::initializer_list` be used at compile time but not ODR-used?
Mar 12, 2026
c++
c++11
constexpr
one-definition-rule
Older Entries »