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 this behavior on clang -O3?
May 29, 2022
c++
optimization
clang
constexpr
compiler-bug
In C++14 can a constexpr member change a data member?
Aug 21, 2022
c++
constants
c++14
member
constexpr
static, constexpr, const - what do they mean when all used together?
Oct 30, 2022
c++
c++11
static
constants
constexpr
Why doesn't the C++ standard library provide constexpr versions of the cmath functions?
Oct 21, 2022
c++
c++11
constexpr
c++-standard-library
Use of constexpr and const in reference definition
Oct 19, 2022
c++
reference
constants
c++14
constexpr
Is reading a variable outside its lifetime during constant evaluation diagnosable?
Sep 05, 2022
c++
c++17
language-lawyer
constexpr
Initializing a `static constexpr double` with MSVC 2013
Sep 15, 2022
c++
visual-c++
c++11
visual-studio-2013
constexpr
C++ constexpr count constructor calls
Jul 03, 2021
c++
instantiation
constexpr
Using argc in a constexpr, is it strictly required that any sub-expression involved be a constant expression?
Oct 29, 2022
c++
c++11
gcc
language-lawyer
constexpr
Undefined reference, template struct and constexpr static member
May 21, 2022
c++
templates
c++14
static-members
constexpr
Calling a constexpr method through a reference - is the result a constant expression?
Jan 14, 2020
c++
gcc
clang
language-lawyer
constexpr
Why do I need to member-initialize a non-static array member in a constexpr class?
Jun 12, 2022
c++
c++14
constexpr
Compile time type conversion check (constexpr and user defined literals)
Jul 31, 2019
c++
c++11
constexpr
implicit constexpr?
Aug 13, 2022
c++
c++11
constexpr
Constexpr compound assignment operator in clang and gcc
Nov 16, 2022
c++
c++11
language-lawyer
c++14
constexpr
C++14 How often should I use constexpr?
May 15, 2022
c++
c++14
constexpr
constexpr - function cannot be used in a constant expression
Mar 31, 2022
c++
g++
c++14
constexpr
cmath
Why is templated constexpr with std::string allowed in gcc?
Oct 29, 2022
c++
gcc
c++14
constexpr
How to static assert a condition on a string literal inside of a constexpr function?
Feb 27, 2022
c++
c++14
constexpr
static-assert
constexpr variadic template and unpacking std::array
Jan 06, 2022
c++
c++11
variadic-templates
constexpr
« Newer Entries
Older Entries »