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
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
structured bindings and range-based-for; supress unused warning in gcc
Sep 14, 2022
c++
gcc
c++17
unused-variables
structured-bindings
Convert std::variant to another std::variant with super-set of types
Jul 14, 2021
c++
type-conversion
c++17
variant
Should I make my local variables const or movable?
Oct 16, 2022
c++
c++17
move-semantics
const-correctness
Clang and the binary fold expressions — The curse of the empty parameter pack
Apr 09, 2022
c++
clang
compiler-bug
c++17
fold-expression
Multiple return values (structured bindings) with unmovable types and guaranteed RVO in C++17
Feb 26, 2022
c++
aggregate
c++17
rvo
With std::byte standardized, when do we use a void* and when a byte*?
Sep 21, 2022
c++
byte
c++17
idioms
Range-based for loop on unordered_map and references [duplicate]
Feb 07, 2022
c++
language-lawyer
c++17
unordered-map
structured-bindings
Fold expression with comma operator and variadic template parameter pack
Sep 05, 2022
c++
c++17
variadic-templates
operator-keyword
fold
Perfect forwarding in constructors (C++17)
Sep 20, 2022
c++
gcc
language-lawyer
c++17
template-argument-deduction
[[maybe_unused]] and Constructors
Sep 27, 2021
c++
c++17
Avoid calling move constructor
Sep 20, 2022
c++
c++11
c++17
Constructor called on return statement
Sep 20, 2022
c++
language-lawyer
c++17
Can template deduction guides call constexpr functions?
Sep 20, 2022
c++
c++17
constexpr
template-argument-deduction
Why does deduction fail for std::set in GCC?
Mar 23, 2022
c++
gcc
set
c++17
template-argument-deduction
To move, or not to move from r-value ref-qualified method?
Jun 20, 2022
c++
return-value
move-semantics
c++17
ref-qualifier
Where exactly does my code not adhere to the specification of the key and value type?
Oct 22, 2022
c++
c++17
Move constant object without compiler warning
Sep 25, 2022
c++
c++11
c++17
« Newer Entries
Older Entries »