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
constexpr static member before/after C++17
May 09, 2018
c++
static
constexpr
c++17
C++11 constexpr function's argument passed in template argument
Nov 18, 2022
c++
gcc
c++11
metaprogramming
constexpr
Concat two `const char` string literals
Jan 04, 2022
c++
c++11
c-preprocessor
constexpr
string-literals
The value of a const variable is or is not usable in a constant expression, depending on the variable type
Nov 15, 2022
c++
c++11
constants
constexpr
Why does enabling undefined behaviour sanitization interfere with optimizations?
Aug 24, 2022
c++
gcc
compiler-optimization
constexpr
ubsan
Empty destructor vs literal destructor
Jan 04, 2020
c++
c++11
destructor
constexpr
user-defined-literals
How to print result of a compile-time calculation in C++?
Feb 09, 2022
c++
c++11
gcc
constexpr
static-assert
can have definition variable of non-literal type in constexpr function body c++14?
Feb 06, 2022
c++
c++11
language-lawyer
constexpr
c++14
Why is std::array::size constexpr with simple types (int, double, ...) but not std::vector (GCC)?
Oct 30, 2021
c++
arrays
c++11
constexpr
Undefined symbols for constexpr function
Sep 14, 2022
c++
c++11
linker-errors
constexpr
Is a constexpr array necessarily odr-used when subscripted?
May 14, 2019
c++
c++11
language-lawyer
constexpr
Can a string literal be subscripted in a constant expression?
Aug 20, 2022
c++
c++11
string-literals
constexpr
Possible to instantiate templates using a for loop in a C++14 constexpr function?
Nov 19, 2022
c++
c++14
constexpr
C++1y/C++14: Assignment to object outside its lifetime is not allowed in a constant expression?
Sep 15, 2022
c++
language-lawyer
constexpr
c++14
Global constants in C++11
Oct 04, 2022
c++
c++11
constants
constexpr
Determine `constexpr` execution - during compilation or at runtime?
Sep 15, 2022
c++
c++14
constexpr
Why can I call a non-constexpr function inside a constexpr function?
Nov 06, 2022
c++
gcc
c++11
constexpr
side-effects
Compound assignment in constexpr function: gcc vs. clang
Feb 05, 2022
c++
language-lawyer
constexpr
Why do these two pieces of code using constexpr, __PRETTY_FUNCTION__ and char * have different results?
Sep 15, 2022
c++
gcc
c++17
constexpr
why declare constrexpr constructors for classes with non-trivial destructors (e.g. unique_ptr, std::variant)
Jun 07, 2019
c++
c++14
constexpr
c++17
« Newer Entries
Older Entries »