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
Is there any way to emulate compile-time double constant with MSVS2015?
May 08, 2026
c++
c++11
visual-c++
constexpr
visual-studio-2015
Using a C++11 initializer_list with a recursively defined type using constexpr
May 05, 2026
c++
c++11
initializer-list
recursive-datastructures
constexpr
When can a std::initializer_list be constexpr?
May 04, 2026
c++
language-lawyer
c++20
constexpr
stdinitializerlist
In GCC, inside a lambda, I can get constexpr variable from a non-constexpr template lambda, but not in Visual C++
May 01, 2026
c++
templates
lambda
c++20
constexpr
Initialize a character array from a constexpr string [duplicate]
May 01, 2026
c++
constexpr
C++: Why does this constexpr template function cause an internal error in VS2017?(In gcc is ok)
Apr 28, 2026
c++
visual-studio
templates
gcc
constexpr
Why must the constexpr specifier be explicitly specified for functions? [duplicate]
Apr 27, 2026
c++
c++11
constexpr
language-design
Given C++23 relaxations on constexpr, can't constexpr be the default?
Apr 26, 2026
c++
constexpr
language-design
c++23
constexpr-function
std::prev on std::array in a constexpr environment
Apr 26, 2026
c++
visual-c++
compiler-errors
c++17
constexpr
Why can't Clang get __m128's data by index in constexpr function
Apr 23, 2026
c++
clang
simd
constexpr
intrinsics
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
Older Entries »