Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Function template overload resolution, dependent and non-dependent parameters

Why does C++17 if statement with initializer not work as expected?

Why can't I construct optional<T> with an optional<S> (for S!=T)?

How does std::apply forward parameters without explicit std::forward?

Type of variables in structured binding

How to check if type is explicitly/implicitly constructible?

Is there a safe navigation operator for C++?

c++ c++17

`constexpr` variable "used in its own initializer": Clang vs. GCC

On what base fold expression of a parameter pack consisting of a single element is transformed into unparenthesized expression

std::unordered_map::extract references/pointers invalidation

c++ c++17 unordered-map erase

Clang claims that `member reference base type 'X' is not a structure or union`, but X is a structure template with deduced parameters

Compilation errors for C++17 <filesystem> on MinGW

c++ filesystems c++17

Reinterpret this in C++: legal or not?

Need to check for nullptr when make_shared and make_unique is used?

c++ c++11 c++14 c++17

Which compilers support std::filesystem?

Are fold expressions a C++14 or a C++1z feature?

Alternative for std::bind in modern C++

c++ c++11 c++14 c++17

C++ parameter pack with single type enforced in arguments

`friend` member functions and attributes - gcc vs clang

Traversing trees at compile time with C++17 Variadic Templates