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
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
constexpr to concatenate two or more char strings
Apr 27, 2017
c++
templates
c++11
constexpr
Inline vs constexpr for a static const getter?
Sep 15, 2022
c++
c++11
inline
constexpr
std::pair<auto, auto> return type
Sep 16, 2022
c++
c++17
constexpr
auto
std-pair
Difference between string literal and constexpr array of char
Sep 15, 2022
c++
c++11
constexpr
string-literals
Is constexpr really needed?
Aug 26, 2022
c++
c++11
constexpr
Integral constant passed by value, treated as constexpr?
Mar 31, 2022
c++
templates
c++14
constexpr
The body of constexpr function not a return-statement
Nov 06, 2022
c++
function
c++11
constexpr
return-type
How do I check if a template parameter is a power of two?
Aug 16, 2022
c++
templates
c++11
constexpr
static-assert
Is this error message correct: non-type template argument is not a constant expression
Jul 11, 2019
c++
templates
c++11
language-lawyer
constexpr
Why do we need the two definitions: integral constant expression and converted constant expression?
Oct 31, 2022
c++
language-lawyer
c++14
constexpr
Where in the C++11 standard does it specify when a constexpr function can be evaluated during translation?
Sep 13, 2022
c++
c++11
constexpr
Nested struct breaks constexpr despite being identical to global ones
Aug 29, 2018
c++
c++11
constexpr
Why is an initializer_list of enum values not considered a constant expression?
Sep 13, 2022
c++
language-lawyer
c++17
constexpr
template instantiation with constexpr function failure
Nov 11, 2022
c++
templates
c++11
language-lawyer
constexpr
« Newer Entries
Older Entries »