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 c++14
Is an empty class usable as a constexpr variable without an initializer or explicit default constructor?
Aug 21, 2022
c++
c++11
language-lawyer
c++14
constexpr
Is it possible to parameterize the constness of a templated member function?
Sep 14, 2022
c++
c++11
templates
constants
c++14
Parameter of returned generic lambda allegedly shadows parameter of free function
May 12, 2021
c++
gcc
g++
c++14
gcc-warning
Can thread trying to std::lock[_unique] an std::shared_mutex be starved by threads calling std::lock_shared?
Nov 21, 2019
c++
multithreading
c++11
mutex
c++14
std::list::remove_if goes crazy if combined with a generic lambda
Jun 08, 2019
gcc
lambda
clang
c++14
language-lawyer
Accessing generalize-captured objects in lambda trailing return type
Jul 31, 2021
c++
lambda
c++14
language-lawyer
trailing-return-type
constexpr constructor gives a different result when evaluated at compile time by GCC
Apr 03, 2022
c++
gcc
g++
c++14
constexpr
Must constexpr expressions be captured by a lambda in C++?
Oct 18, 2022
c++
visual-c++
lambda
c++14
constexpr
What is the best way to parse a millisecond date time in C++11
Jan 19, 2022
c++
c++11
c++14
Almost Always decltype(auto)?
Mar 24, 2022
c++
auto
c++14
decltype
Is assert usable in constant expressions?
Jan 04, 2022
c++
language-lawyer
c++14
assert
constant-expression
Why is a template with deduced return type not overloadable with other versions of it?
Nov 07, 2022
c++
overloading
c++14
auto
rationale
overload resolution of template function with auto
Nov 13, 2022
c++
templates
c++14
language-lawyer
overloading
What makes a union member active?
Nov 26, 2019
c++
c++14
language-lawyer
c++17
unions
`decltype` of generalized lambda capture inside body of a lambda - gcc vs clang
Oct 01, 2020
c++
lambda
c++14
language-lawyer
shadowing
What is "a value not associated with an object"?
Mar 08, 2022
c++
c++11
language-lawyer
c++14
What does it mean to take the address of an rvalue reference?
Nov 01, 2022
c++
c++11
c++14
A failure to instantiate function templates due to universal (forward) reference to a templated type
Mar 25, 2022
c++
templates
c++11
c++14
perfect-forwarding
May I declare a member type alias to a type in a surrounding scope, using the same name?
Jul 25, 2020
c++
g++
c++14
clang++
type-alias
Double brace initialization
Sep 27, 2022
c++
initialization
c++14
language-lawyer
default-constructor
« Newer Entries
Older Entries »