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
std::variant<>::get() does not compile with Apple LLVM 10.0
Nov 08, 2021
c++
c++17
llvm-clang
variant
What is the difference between std::invoke and std::apply?
Sep 16, 2022
c++
function-pointers
c++17
callable
Lambda as default argument fails
Nov 07, 2022
c++
c++17
Why use std::forward<T> instead of static_cast<T&&>
Sep 06, 2022
c++
templates
c++17
rvalue-reference
forwarding
Link errors using <filesystem> members in C++17
Sep 09, 2021
c++
gcc
c++17
std-filesystem
Template deduction failed on the heap but works on the stack
Dec 17, 2021
c++
templates
c++17
How can I create a n way Cartesian product of type lists in C++?
Apr 02, 2022
c++
templates
c++17
variadic-templates
Return with assert and comma operator
Sep 06, 2022
c++
c++17
Undefined reference error for static constexpr member
Sep 06, 2022
c++
definition
constexpr
c++17
C++17 Variadic Template Folding
Aug 04, 2022
c++
variadic-templates
fold
c++17
Can I implement max(A, max(B, max(C, D))) using fold expressions?
Sep 26, 2022
c++
templates
variadic-templates
c++17
fold-expression
Safety of std::unordered_map::merge()
Sep 05, 2022
c++
c++17
exception-safety
gcc7
An 'if constexpr branch' does not get discarded inside lambda that is inside a template function
Jan 13, 2022
c++
c++17
if-constexpr
Is decltype(auto) for a structured binding supposed to be a reference?
Apr 30, 2021
c++
language-lawyer
c++17
structured-bindings
Why doesn't a class having private constructor prevent inheriting from this class? How to control which classes can inherit from a certain base?
Aug 24, 2022
c++
c++11
inheritance
c++17
Self-initialization of a static constexpr variable, is it well-formed?
Sep 05, 2022
c++
language-lawyer
c++14
constexpr
c++17
Using std::variant with recursion, without using boost::recursive_wrapper
Oct 06, 2017
c++
boost
c++17
What is the C++17 equivalent to boost::filesystem::unique_path()?
Sep 05, 2022
c++
boost
c++17
boost-filesystem
std-filesystem
Can the "main" function be declared with the "noexcept" specifier?
Sep 05, 2022
c++
language-lawyer
main
c++17
noexcept
Why is this overload of a conversion operator chosen?
Feb 15, 2022
c++
language-lawyer
c++17
overload-resolution
« Newer Entries
Older Entries »