Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

Perfect forwarding of variables declared with structured binding

find an element in std::vector of std::any

c++ c++17 stdany

How does folding over comma work?

c++ c++17

Why can not we use `std::multiset` with custom compare lambda as the value of a `std::map`?

Are trigraphs still valid C++?