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
Why can std::string create a constexpr object only if it's a static variable?
Feb 13, 2026
c++
compiler-errors
constexpr
How to declare static constexpr variable in C++?
Feb 13, 2026
c++
static
c++20
declaration
constexpr
Final binary size: constexpr variable vs constexpr function
Feb 12, 2026
c++
constexpr
How can I manage perform n + m checks instead of n * m for constexpr values?
Feb 07, 2026
c++
templates
lambda
constexpr
How can I avoid using #define macros in C++ in a case where I have to concatenate two const char* variables?
Feb 08, 2026
c++
c++20
constexpr
fmt
string-view
How is std::vector able to be constexpr without constexpr std::uninitialized_copy?
Feb 09, 2026
c++
initialization
std
constexpr
Why does clang allow this C-style cast in a constexpr?
Feb 09, 2026
c++
clang
constexpr
Why does the vc++ 2019 not accept the code?
Feb 08, 2026
c++
constants
language-lawyer
constexpr
c++20
Constexpr evaluation inside a constructor
Feb 07, 2026
c++
constexpr
Can std::initializer_list be constexpr(GCC and Clang disagree)? [duplicate]
Feb 07, 2026
c++
c++11
language-lawyer
initializer-list
constexpr
Inspect inactive member of a union with common initial sequence in constexpr expression
Feb 07, 2026
c++
language-lawyer
constexpr
unions
Why does the address of an out-of-scope variable equal zero with constexpr?
Feb 07, 2026
c++
gcc
constexpr
constexpr variable must be initialized by a const expression
Feb 03, 2026
c++
c++14
constexpr
Using a return constexpr pair for template instantiation
Feb 01, 2026
c++
templates
c++17
constexpr
Why do templates allow constexpr function members with non-constexpr constructors?
Feb 01, 2026
c++
templates
c++14
constexpr
Filling an std::array using math formula in compile time
Jan 30, 2026
c++
arrays
constexpr
fill
compile-time
When does a constexpr static member stop being a constexpr?
Jan 29, 2026
c++
c++17
constexpr
if-constexpr
Why can a lambda passed as an argument be used in a constant expression?
Jan 28, 2026
c++
lambda
c++17
constexpr
A variable/data member of a class declared constexpr in C++17 is also static?
Jan 25, 2026
static
c++17
constexpr
Older Entries »