Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

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