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 does GCC accept `foo[0]` but not `*foo` as a constant?
Aug 19, 2026
c
gcc
constexpr
c23
Make loop variable a constant in C++
Aug 17, 2026
c++
c++11
templates
template-meta-programming
constexpr
Understand the full-expression of a constexpr variable initialization
Aug 16, 2026
c++
language-lawyer
constexpr
How is std::mutex's constexpr constructor implemented?
Aug 14, 2026
c++
c++11
constructor
mutex
constexpr
c++ constexpr typed as nested class
Aug 14, 2026
c++
c++20
constexpr
clang++
Wrong computation of sum in a constant expression
Aug 14, 2026
c++
visual-c++
sum
operator-keyword
constexpr
Can someone tell me why this is not a constant expression?
Aug 13, 2026
c++
c++11
constexpr
How do I turn this runtime-efficient function into a constexpr?
Aug 12, 2026
c++
c++11
fibonacci
constexpr
Using inline and constexpr in C++
Aug 08, 2026
c++
constants
inline
constexpr
How to emulate std::is_constant_evaluated in c++17? [duplicate]
Aug 09, 2026
c++
c++17
constexpr
Inaccurate compile-time computation of Fibonacci sequence in a recursive lambda
Aug 08, 2026
c++
lambda
constexpr
c++23
explicit-object-parameter
Different results of constexpr function during runtime vs compile time
Aug 09, 2026
c++
visual-c++
c++20
constexpr
How can I convert an integer to CUDA's __half FP16 type, in a constexpr fashion?
Aug 08, 2026
c++
floating-point
cuda
constexpr
half-precision-float
Is it valid to use a reference to a local variable to initialize a constexpr variable?
Aug 06, 2026
c++
clang
language-lawyer
constexpr
Does there exist information relating to Eigen::Matrix<> constexpr constructor?
Aug 06, 2026
c++
c++11
constexpr
eigen3
concatenate string_views in constexpr
Aug 03, 2026
c++
c++17
constexpr
string-view
Older Entries »