Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to enable C++17 in CMake

c++ visual-studio cmake c++17

Why is GCC warning me about a fallthrough even when I use [[fallthrough]]?

Lambda implicit capture fails with variable declared from structured binding

Why is there no support for concatenating std::string and std::string_view?

c++ string c++17 string-view

When does type information flow backwards in C++?

Are the experimental features of modern C++ reliable for long-term projects?

How to efficiently get a `string_view` for a substring of `std::string`

c++ view c++17 stdstring

What are template deduction guides and when should we use them?

How to get the file size in bytes with C++17

What are the evaluation order guarantees introduced by C++17?

How does guaranteed copy elision work?

c++ c++17 copy-elision

std::ignore with structured bindings?

c++ language-lawyer c++17

Why use std::make_unique in C++17?

c++ c++17 unique-ptr

C++20 behaviour breaking existing code with equality operator?

experimental::filesystem linker error

c++ gcc c++17

Lambda returning itself: is this legal?

Most elegant way to write a one-shot 'if'

c++ if-statement c++17

polymorphic_allocator: when and why should I use it?

c++ allocator c++17

How do inline variables work?

c++ c++17

How to enable C++17 compiling in Visual Studio?