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
Write a function that only accepts literal `0` or literal `1` as argument
May 29, 2022
c++
c++11
c++17
constexpr
literals
Iinitializing a constexpr std::array of pairs
Sep 05, 2022
c++
arrays
c++14
constexpr
Why isn't ConstexprIterator from std::array bidirectional/random-access?
May 25, 2022
c++
iterator
constexpr
Using an int as a template parameter that is not known until run-time
Oct 27, 2022
c++
templates
constexpr
g++ doesn't compile constexpr function with assert in it
Sep 11, 2022
c++
c++11
g++
assert
constexpr
checking uniqueness of characters at compile time
Nov 02, 2022
c++
c++11
constexpr
compile-time
Where in C++14 Standard does it say that a non-constexpr function cannot be used in a definition of a constexpr function?
Nov 19, 2022
c++
language-lawyer
c++14
constexpr
Static_assert inside if constexpr not discarded [duplicate]
May 01, 2022
c++
templates
constexpr
c++17
static-assert
Why do I get -Wunused-lambda-capture only for bool and int but not double? [duplicate]
Aug 18, 2022
c++
c++11
lambda
constexpr
uniform initialization of static constexpr member
May 05, 2020
c++
c++11
static-members
constexpr
uniform-initialization
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
« Newer Entries
Older Entries »