Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to work around std::get<>()'s lack of concurency specification

What is the point of `std::make_optional`

Why is this expression not a constant expression?

c++ language-lawyer c++17

Is it possible to have two or more active exceptions at the same time?

std::vector of class with private constructor does not compile when using modern C++

c++ c++17

Nested template argument deduction for class templates not working

Non Deduced context for a non type parameter

if constexpr with static_assert in lambda, which compiler is correct?

How could std::experimental::source_location be implemented?

constexpr reference to a variable of an anonymous struct

c++ c++11 c++14 unions c++17

c++ remove noexcept from decltype returned type

Convert a string to std filesystem path

c++ c++17

std::tr1 with visual studio 2017

Named, static dispatching with std::variant

c++ c++17

Trailing class template arguments not deduced

c++17 Ambiguity when compare string_view with string

c++ c++17 string-view

Recognize that a value is bool in a template

c++ c++17

Why didn't the C++17 standard bring partial class template argument deductions? [duplicate]

Zero-initializing elements of a std::array with a default member initializer

c++ c++17

std::optional implemented as union vs char[]/aligned_storage