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
std::make_unique<T[]>(size) value-initialization
Oct 29, 2022
c++
c++11
c++14
explicit constructor of the wrong type called
Jun 16, 2019
c++
c++11
constructor
c++14
Are local class rules aligned to c++14 return type deduction?
Nov 18, 2022
c++
c++14
language-lawyer
return-type
auto
Why is templated constexpr with std::string allowed in gcc?
Oct 29, 2022
c++
gcc
c++14
constexpr
Who is responsible for the shared state of futures and promises
Oct 21, 2022
c++
c++11
promise
c++14
future
Why can't we implement both methods `getAB() &&` and `getAB()`? [duplicate]
Nov 22, 2021
c++
c++11
c++14
move-semantics
rvalue-reference
How to static assert a condition on a string literal inside of a constexpr function?
Feb 27, 2022
c++
c++14
constexpr
static-assert
How to pass first N args to a C++ function
Apr 25, 2022
c++11
lambda
c++14
variadic-functions
generic-lambda
How to disallow temporaries in functions taking const references?
Jul 06, 2021
c++
c++14
temporary
C++ variadic expansion using deduction
Mar 09, 2021
c++
c++11
c++14
variadic-templates
Const qualifier and forward reference
Oct 27, 2021
c++
c++11
templates
c++14
Deduced Return Type
Jun 09, 2022
c++
c++14
Modify data member of base class from constructor of derived class in C++
Jun 09, 2022
c++
c++14
Dealing with painfully long namespace names in headers
May 04, 2022
c++
namespaces
header-files
c++14
As far as I can tell, this code should not compile, according to §5.19/3 and §5.19/2 in C++14
May 27, 2021
c++
language-lawyer
c++14
constexpr
Why do clang and gcc handle braced-initialization of structs with in-class initialization differently?
Oct 11, 2019
c++
c++11
gcc
clang
c++14
Should decltype on a template value parameter trigger a SFINAE context?
Jan 04, 2022
c++
language-lawyer
c++14
template-meta-programming
sfinae
Debugger-friendly zero-cost named references to specific locations in an array
May 28, 2022
c++
c++14
Why is 'this' necessary despite capturing everything
Dec 02, 2020
c++
c++14
assigning Rvalue reference to Lvalue reference
Aug 07, 2019
c++
c++11
c++14
« Newer Entries
Older Entries »