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
How to fix linkage error when using template class with static constexpr?
Mar 25, 2023
c++
c++11
constexpr
How to get a constexpr variable as dimension for declaring an (built-in) array?
Mar 21, 2023
c++
arrays
vector
initialization
constexpr
convert initializer_list<T> to initializer_list<vector<T>> at compile time
Mar 21, 2023
c++
initializer-list
constexpr
What do the words "undefined" mean in bullet point §5.19/2.3 in N4140?
Mar 19, 2023
c++
language-lawyer
c++14
constexpr
constant-expression
C++ constexpr auto member function. Clang issue?
Mar 18, 2023
c++
c++11
auto
c++14
constexpr
Removing constexpr changes values of array on gcc
Mar 17, 2023
c++
c++14
constexpr
compiler-bug
Taylor series expansion as constexpr
Mar 16, 2023
c++
c++14
constexpr
trigonometry
taylor-series
What's the right way to compute integral base-2 logarithms at compile-time?
Mar 15, 2023
c++11
constants
constexpr
logarithm
idioms
std::experimental::optional inside constexpr function
Mar 15, 2023
c++
gcc
c++14
option-type
constexpr
disable branch with "if constexpr" and SFINAE
Mar 09, 2023
c++
c++17
constexpr
sfinae
if-constexpr
How do compilers know C++ constexpr computations do not trigger undefined behavior?
Mar 05, 2023
c++
language-lawyer
undefined-behavior
constexpr
static constexpr undefined reference error on clang
Mar 03, 2023
c++
clang
constexpr
Why is std::vector::push_back declared as constexpr in C++20?
Mar 04, 2023
c++
stdvector
c++20
constexpr
single expression helper for compile-time enforced constexpr function evaluation possible?
Feb 20, 2023
c++
c++11
macros
variadic-templates
constexpr
Understanding the example on lvalue-to-rvalue conversion
Feb 13, 2023
c++
language-lawyer
c++14
constexpr
lvalue-to-rvalue
What means "obey ODR" in case of inline and constexpr function?
Feb 13, 2023
c++
c++11
inline
constexpr
one-definition-rule
Constructing a constexpr std::weak_ptr
Feb 09, 2023
c++
c++11
destructor
constexpr
weak-ptr
Why Can't I constexpr a bind?
Feb 01, 2023
c++
c++11
bind
functor
constexpr
Can't compile with static constexpr under pre-C++17 mode
Jan 28, 2023
c++
language-lawyer
c++17
constexpr
constexpr and undefined behavior
Jan 28, 2023
c++
language-lawyer
undefined-behavior
constexpr
Older Entries »