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
MSVC++: template's static_assert is not triggered inside a lambda
Feb 20, 2022
c++
visual-c++
c++17
Is it legal to use an operator in a fold expression that was introduced by a using declaration?
Apr 25, 2021
c++
clang
c++17
fold-expression
What is the equivalent of cast for concepts?
Mar 15, 2022
c++
c++17
c++-concepts
Accessing member type with `if constexpr` inside generic lambda requires both branches to be well-formed - gcc vs clang
Jul 24, 2021
c++
language-lawyer
c++17
sfinae
if-constexpr
Must a c++ interface obey the rule of five?
Aug 31, 2022
c++
abstract-class
c++17
virtual-destructor
rule-of-three
Why introduce `std::launder` rather than have the compiler take care of it?
Sep 11, 2022
c++
c++17
language-lawyer
rationale
stdlaunder
Stripping all qualifiers from a function type
Mar 10, 2022
c++
templates
c++11
c++14
c++17
Using const std::unique_ptr for pimpl idiom
Sep 13, 2022
c++
c++11
c++17
Determine whether a constructor of an abstract base class is noexcept?
Jun 23, 2021
c++
c++11
c++14
c++17
noexcept
Why does as_const forbid rvalue arguments?
Aug 25, 2022
c++
rvalue
c++17
Is std::initializer_list{x, y, z} (CTAD) valid?
Sep 12, 2022
c++
language-lawyer
c++17
What changes to C++ made copy initialization work for class with explicit constructor?
Oct 22, 2022
c++
c++14
language-lawyer
c++17
explicit
Why is "inline" required on static inline variables?
Aug 18, 2022
c++
inline
c++17
Explicit default constructors in C++17
Sep 12, 2022
c++
c++17
default-constructor
explicit-constructor
Is it safe to link gcc 6, gcc 7, and gcc 8 objects?
Jul 08, 2021
c++
gcc
c++17
What are "terse ranged-based for loops"?
Feb 11, 2022
c++
c++17
How do I use the new C++17 execution policies? [duplicate]
Nov 01, 2022
c++
multithreading
algorithm
c++17
C++ standard: do namespace-scoped constexpr variables have internal linkage?
Aug 18, 2022
c++
c++11
language-lawyer
c++17
linkage
How can a compiler deduce this class template with forwarding reference?
Sep 12, 2022
c++
templates
c++17
template-argument-deduction
Best way to use emplace_back to avoid move constructor call?
Sep 15, 2022
c++
c++11
c++17
emplace
« Newer Entries
Older Entries »