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
Which part of the C++ standard prevents explicitly specifying this template's arguments?
Sep 15, 2022
c++
c++17
language-lawyer
variadic-templates
c++20
How do we test if an expression of a certain type can be invoked with a prvalue?
Sep 30, 2021
c++
c++17
prvalue
declval
invocable
c++ generic compile-time for loop
Nov 02, 2021
c++
c++17
variadic-templates
template-meta-programming
c++20
Why is the defaulted default constructor deleted for a union or union-like class?
Sep 15, 2022
c++
c++17
language-lawyer
C++ overload pattern : call resolution with mutable lambda
Mar 19, 2022
c++
c++17
Why does C++17's std::any not allow returning a movable value by any_cast?
Oct 02, 2022
c++
std
move-semantics
c++17
C++17: explicit conversion function vs explicit constructor + implicit conversions - have the rules changed?
Aug 22, 2022
c++
c++14
language-lawyer
c++17
implicit-conversion
Forwarding to an Aggregate Initializer?
Jan 07, 2021
c++
c++17
c++20
C++ Class template deduction (P0091R0) for function arguments
Nov 29, 2021
c++
c++17
Why can't the compiler deduce the template parameter when used with a conversion operator?
Aug 21, 2022
c++
c++17
template-argument-deduction
Is there any hope to call a common base class method on a std::variant efficiently?
Jul 28, 2022
c++
performance
x86
c++17
variant
if constexpr in a recursive generic lambda: different compiler behavior
Mar 08, 2021
c++
lambda
language-lawyer
c++17
if-constexpr
Short circuit of overloaded operator && and || in C++17
Sep 19, 2022
c++
operator-overloading
c++17
Folding expressions in C++17 - Usecase for comparison operators
Aug 08, 2020
c++
c++17
fold-expression
Is "std::is_callable" replaced with "std::is_invocable" in C++17?
Jan 09, 2019
c++
standards
language-design
c++17
typetraits
Cannot initialize std::variant with various lambda expressions
Feb 15, 2021
c++
lambda
future
c++17
variant
Can C++17 be used together with CUDA using clang?
Sep 19, 2022
c++
cuda
clang
c++17
Comparison object being invocable as const
Sep 07, 2022
c++
stl
c++17
Finding minimum element based on a transformed value
Oct 17, 2022
c++
algorithm
min
c++17
range-v3
Syntax issue when populating an array with a fold expression
Nov 07, 2021
c++
c++17
fold-expression
« Newer Entries
Older Entries »