Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Indirect & Direct initialization of std::atomic in C++11/17. What are the differences?

c++ c++11 c++17 std stdatomic

Creating a tuple from a folding expression return values

c++ c++17

Is the behaviour of std::chrono::round on out-of-range values as intended?

Structure bindings not expected to compile in C++17, but it does anyway

c++ c++17 g++ c++20

How does one test if a file is LOCKED and/or read-only without opening?

What is the use case for not having lazy evaluation of value_or()?

Why doesn't std::stringstream work with std::string_view?

C++ variadic templates deduction logic

templates g++ c++17 variadic

Checking that macro parameter is one of the allowed ones?

c++ c++17

Specification that C++ enums are default constructible?

c++ language-lawyer c++17

How to update recently entered element in std::vector<pair<int, int>>?

Why does the string introduced by the sv suffix not expire?

Getting SFINAE to work with `is_callable` on an overloaded function object

c++ templates c++14 sfinae c++17

Why this parallel for_each mentioned in n4507 may lead to a deadlock, with a spin-wait in the loop body?

c++ multithreading c++17

Casting to void to avoid use of overloaded user-defined Comma operator

c++ c++11 casting c++17 void

Why is always_false_v required in this situation?

c++ c++17 if-constexpr

is optional<void> type name valid?

c++ c++17 language-lawyer

Create a variant from an array whose elements are transformed into types