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
Why does std::find_if(first, last, p) not take predicate by reference?
Jan 20, 2021
c++
pass-by-value
stl-algorithm
c++17
Using enum instead of struct for tag dispatching in C++
Nov 06, 2022
c++
c++17
tag-dispatching
Rationale of restrictive rules for extract and re-insert with map
Sep 11, 2021
c++
language-lawyer
c++17
undefined-behavior
Passing std::filesystem::path to a function segfaults
Mar 29, 2022
c++
segmentation-fault
c++17
std-filesystem
Can I initialize an array using the std::initializer_list instead of brace-enclosed initializer?
Jun 22, 2019
c++
c++11
c++14
initializer-list
c++17
Why is there no std::future::then in C++17?
Dec 27, 2019
c++
multithreading
asynchronous
standards
c++17
[[maybe_unused]] on member variable, GCC warns (incorrectly?) that attribute is ignored
Feb 21, 2022
c++
c++17
compiler-warnings
compiler-bug
Why does auto seemingly deduce a reference when using structured bindings?
Oct 02, 2022
c++
c++17
structured-bindings
Why is std::variant unable to hold array object types while union can?
Feb 09, 2020
c++
visual-c++
c++17
variant
c++20
Can std::is_invocable be emulated within C++11?
Oct 31, 2020
c++
c++11
c++17
how to capture a parameter pack by forward or move?
Jul 18, 2022
c++
c++17
Why does std::condition_variable as a class member cause compile errors with std::thread?
Aug 11, 2021
c++
c++11
c++17
condition-variable
stdthread
Visual Studio 2017 can't find std::variant
Oct 28, 2022
c++
visual-studio
visual-studio-2017
c++17
How can I write a function template that returns either a reference or a value?
Oct 23, 2022
c++
templates
c++17
Using fold expressions to print all variadic arguments with newlines inbetween
Feb 22, 2021
c++
variadic-templates
c++17
fold-expression
How to stream std::variant<...,...>
Oct 14, 2022
c++
stream
c++17
variant
Structured binding on const
Apr 14, 2022
c++
c++17
structured-bindings
Why does if constexpr require an else to work?
Sep 07, 2022
c++
templates
c++17
template-meta-programming
if-constexpr
Test if all elements are equal with C++17 fold-expression
Apr 11, 2022
c++
templates
variadic-templates
c++17
fold-expression
In the expression left() = right(), why is right() sequenced first?
May 31, 2019
c++
c++17
assignment-operator
« Newer Entries
Older Entries »