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
static_assert doesn't recognize a const char* template parameter as constexpr: g++ bug?
Mar 14, 2022
c++
templates
c++11
constexpr
static-assert
Validate contents of std::initializer_list at compile time
Apr 06, 2020
c++
validation
c++11
initializer-list
constexpr
When does a static constexpr class member need an out-of-class definition?
Sep 28, 2022
c++
c++11
plugins
constexpr
constexpr variable not captured
May 21, 2022
c++
lambda
c++17
constexpr
clang++
Can dangling pointer be equal to valid pointer during constant evaluation in C++?
Aug 30, 2022
c++
c++17
language-lawyer
constexpr
dangling-pointer
Why does this constexpr code cause GCC to eat all my RAM?
Jun 11, 2021
c++
gcc
c++11
metaprogramming
constexpr
constexpr returning array, gcc warning
Nov 07, 2022
c++
arrays
gcc
constexpr
gcc-warning
SFINAE constexpr with std::get
Nov 09, 2022
c++
c++14
constexpr
sfinae
What is the deduced type of a constexpr?
Sep 22, 2022
c++
c++11
templates
overloading
constexpr
constexpr parametrized function pointer
Aug 29, 2022
c++
lambda
c++17
constexpr
Constexpr member function on l-value ref object: Clang and gcc disagree
Jan 23, 2021
c++
c++11
constexpr
Constexpr alias of overloaded template function
Oct 30, 2022
c++
templates
constexpr
Is the "static initialization order fiasco" a concern for constexpr variables?
Aug 20, 2020
c++
initialization
global-variables
constexpr
constexpr function with unused reference argument – gcc vs clang
Apr 25, 2022
c++
templates
language-lawyer
c++17
constexpr
Why can a `constexpr` function produce different results at compile- and run-time?
Oct 26, 2022
c++
language-lawyer
c++20
constexpr
c++-concepts
What am I allowed to do with a static, constexpr, in-class initialized data member?
Sep 24, 2022
c++
c++11
static-members
constexpr
one-definition-rule
Is it abuse to deduce parameters of parent template when passing pointer to constexpr function in the scope of a class
Nov 10, 2020
c++
language-lawyer
constexpr
incomplete-type
template-argument-deduction
`noexcept` behavior of `constexpr` functions
Sep 14, 2022
c++
c++17
language-lawyer
constexpr
noexcept
__builtin_round is not a constant expression
Aug 18, 2022
c++
floating-point
g++
constexpr
built-in
How can a variable be both constexpr and not constexpr?
Mar 31, 2022
c++
constexpr
compile-time-constant
« Newer Entries
Older Entries »