Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Static private function with templated type as a default argument in C++

c++ gcc language-lawyer c++17

What blocks implementation of std::to_chars and std::from_chars

Inheritance of copy constructors in C++17

Ambigous operator in gcc

c++ c++17

"Ambiguous base class" error in template context

Can template parameter deduction be used in class data members?

c++ gcc c++17

Are cv-qualifiers allowed on decltype(auto) variables?

optional constructor with initializer_list

c++ c++14 optional c++17

Using std::visit with variadic template struct

c++ c++17

Explicit destructor call with decltype

Is it legal to check whether the address of a subobject lies within the bounds of a containing object

Non pre-declared function call works for class types but not primitive types

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?