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++17
Does an in-class friend of a nested class have access to outer class members?
Sep 21, 2022
c++
language-lawyer
c++17
inner-classes
access-control
Expanding parameter pack as part of lambda capture in fold expression - gcc vs clang [duplicate]
Feb 28, 2020
c++
lambda
language-lawyer
variadic-templates
c++17
C++17 Partial Deduction Guide
Nov 08, 2022
c++
c++17
template-argument-deduction
Why Sortable concept requires totally ordered value type, while std::sort only requires "less than" comparable?
Aug 05, 2021
c++
c++17
c++-concepts
Trouble with storing a type tag when implementing an std::variant-like class
Sep 21, 2022
c++
templates
variant
c++17
Avoiding extra move in make_unique/make_shared/emplace/etc for structures that use aggregate initialization
Jan 30, 2022
c++
c++17
When is std::string_view::operator== really constexpr?
Aug 05, 2018
c++
gcc
c++17
libc++
Can constructor template cause ambiguity in the c++17 parameter deduction of class template
Sep 06, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
Union of layout-compatible types
May 06, 2020
c++
language-lawyer
c++17
unions
standard-layout
Is a lambda in a default template parameter considered part of the immediate context?
Sep 21, 2022
c++
language-lawyer
c++17
Can I use std::transform in place with a parallel execution policy?
Mar 04, 2022
c++
parallel-processing
stl
c++17
Is GCC9 avoiding valueless state of std::variant allowed?
Aug 01, 2021
c++
c++17
variant
c++-standard-library
Redefinitions of constexpr static data members are allowed now? (but not inline const)?
Sep 21, 2022
c++
c++14
c++17
Can std::launder be used to convert an object pointer to its enclosing array pointer?
Apr 11, 2022
c++
language-lawyer
c++17
Injected class name as type
Feb 20, 2022
c++
language-lawyer
c++17
Can I still rely on the order of the output elements when using par_unseq?
May 10, 2021
c++
algorithm
parallel-processing
c++17
Is difference of two constexpr instances of __func__ pointers still constexpr?
Sep 07, 2022
c++
pointers
language-lawyer
c++17
constexpr
Move constructor called twice when move-constructing a std::function from a lambda that has by-value captures
Apr 08, 2022
c++
lambda
c++17
move-semantics
std-function
incomplete types with std::map and std::variant
Oct 10, 2020
c++
c++17
libstdc++
incomplete-type
Deduction guides, templates and subobjects: which compiler is right?
Nov 16, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
« Newer Entries
Older Entries »