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
Why can't a generic lambda call itself, but wrapping it in a class allows it?
Dec 01, 2021
c++
templates
recursion
lambda
c++14
Execute function inside function template only for those types that have the function defined
Nov 19, 2022
c++
c++11
templates
c++14
metaprogramming
Two curiosities with the C++ grammar
Oct 26, 2022
c++
grammar
language-lawyer
c++14
Why doesn't make_unique work with unique_ptr::reset?
Oct 14, 2022
c++
c++11
unique-ptr
c++14
Checking if a type is a map
Oct 16, 2022
c++
dictionary
c++14
typetraits
assigning members of a pair to variables
Sep 22, 2022
c++
c++11
c++14
Possible gcc bug with C++14 polymorphic lambdas?
Mar 13, 2022
c++
gcc
lambda
clang
c++14
Reinterpret cast a template non-type parameter: clang c++14 vs c++1z
Apr 14, 2019
c++
clang
c++14
c++17
Is there any special reason why the move constructor is not elided in the snippet shown below?
Jan 07, 2022
c++
exception
c++14
copy-elision
C++ Template overload with enable_if: different behaviour with g++ and clang
Aug 05, 2017
c++
templates
overloading
c++14
I believe clang erroneously allows inline friend function access to data in an enclosing scope. Both gcc and vs2013 reject this code
Jan 01, 2021
c++
clang
c++14
friend
clang++
Static templated constexpr nested class member
Oct 22, 2020
c++
templates
c++14
language-lawyer
constexpr
Recursive computation using variable templates - gcc vs clang
Jan 31, 2022
c++
recursion
c++14
language-lawyer
variable-templates
Pointer-like classes and the ->* operator
Sep 21, 2022
c++
iterator
operator-overloading
c++14
smart-pointers
VC++14 template ambiguity between pointer to member and pointer to member function
Apr 21, 2019
c++
c++14
prototype mismatch with decltype and auto
Nov 01, 2022
c++
templates
c++14
auto
decltype
Is using explicit return type in one translation unit and deduced return type in another allowed?
Mar 23, 2022
c++
c++14
language-lawyer
auto
Are implementations allowed to add public members to standard types?
Sep 21, 2022
c++
c++11
language-lawyer
c++14
Copy initialization of the form '= {}'
Sep 21, 2022
c++
c++11
c++14
list-initialization
copy-initialization
« Newer Entries
Older Entries »