Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

structured binding with [[maybe_unused]]

std::optional - construct empty with {} or std::nullopt?

c++ c++17 optional option-type

How to assert that a constexpr if else clause never happen?

c++ c++17

Make a function accepting an optional to accept a non-optional?

Use of observer_ptr

c++ smart-pointers c++17

Does the C++ standard guarantee that uniform initialization is exception-safe?

Is there any reason to use std::map::emplace() instead of try_emplace() in C++1z?

c++ c++17

Why doesn't `std::stringstream::stringstream(std::string&&)` exist?

What is the value of __cplusplus for C++17?

c++ macros c++17

Why does this code compile without errors in C++17? [duplicate]

c++ c++17

Should this code fail to compile in C++17?

c++ clang c++17 boost-variant

Has the C++17 extension to aggregate initialization made brace initialization dangerous?

Restrict variadic template arguments

Difference between execution policies and when to use them

c++ c++17

Ternary operator implicit cast to base class

Simplest way to determine return type of function

Why is S::x not odr-used?

c++ language-lawyer c++17

Strongly typed using and typedef

c++ c++14 c++17

Is it possible in modern C++ to pass a string literal as a parameter to a C++ template?

c++ c++17 c++20

macOS Clang C++17 filesystem header not found

c++ macos gcc clang c++17