Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

`LL` vs `i64` suffix in C++ Visual Studio compiler

c++ c++17 64-bit literals int64

Templated constructor not accessible in struct

Printing character after addition as string in C++

c++ string c++14 c++17

How best to test and unwrap std::optional in an if statement

c++ c++17 stdoptional

How to tell if a pointer is the pointer to an array?

c++ arrays pointers c++17

C++17 multiple parameter pack expansion

How to check uniqueness of types of template template parameter?

Cleanest way to suppress gcc unused variable warnings with c++17 syntax for pairs [duplicate]

How to efficiently return an std::optional

How std::function<std::optional<T>()> is compatible with lambda returning T?

c++ lambda c++17 std-function

How do functions inform user that it throws exception based on function prototype?

c++ exception c++17

c++17 : lambda to std::function conversion failure

What does std::filesystem::is_regular_file(path) mean on Windows?

lambda with conversion function to pointer to function with c++ linkage

c++ c++11 lambda c++17

Why automatic type inference from the initialization list doesn't work in the constructor?

c++ c++17 type-deduction

Is it legal to initialize an array via a functor which takes the array itself as a parameter by reference?

How to report this ICE for gcc-trunk

c++ gcc c++17 bug-reporting

Is there a short way to check if parameter pack doesn't contain types repetition? [duplicate]

C++ sequence points and changes to evaluation order in C++17 [duplicate]