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 it possible to pass generic lambda as non-template argument
Jul 04, 2022
c++
lambda
c++14
generic-lambda
When should we use parenthesis ( ) vs. initializer { } syntax to initialize objects in C++11? [duplicate]
Oct 17, 2017
c++
c++11
initialization
c++14
strange error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr when no pointers really created
Oct 14, 2021
c++
c++11
compiler-errors
c++14
unique-ptr
How I can find out if a Linux system uses Wayland or X11?
Aug 19, 2022
c++
linux
c++14
x11
wayland
Is there any reason why `std::exchange` is not `constexpr`?
Mar 26, 2022
c++
c++14
std
constexpr
copy_if with different types
Sep 26, 2022
c++
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
« Newer Entries
Older Entries »