Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to create a directory in C++

c++ windows api c++17 mkdir

How do I signal a std::thread to exit gracefully?

c++ multithreading c++17

Concepts and declaration order

c++ c++17 c++-concepts

[[maybe_unused]] applied to static data members

c++ c++17

Can I use std::optional for error handling? [closed]

c++ stl c++17

Clang fails to expand parameter pack in std::function instantiation

Using decltype to declare the entire function type itself (not pointer!)

c++ c++17 decltype

Copy elision for list-initialization, where is it stated in the standard?

std::launder alternative pre c++17

How to invoke aligned new/delete properly?

Why did expression types change in C++ between versions?

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

Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function pointer template non-type argument?

auto with parentheses and initialiser list

Why is it not possible to construct a `std::filesystem::path` from `std::filesystem::path` iterators?

c++ c++17 std-filesystem

C++17 expression evaluation order and std::move

If structured bindings cannot be constexpr why can they be used in constexpr function?

boost::combine, range-based for and structured bindings

c++ for-loop boost c++17

Unsafe, `noexcept` and no-overhead way of accessing `std::variant`

c++ c++17 variant

Clang/LLVM 7 and 8 on Windows initialize inline static data member multiple times (with both link.exe and lld-link.exe)

c++ clang c++17 llvm-clang