Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

Why does proposed `std::shared_ptr::operator[]` take `std::ptrdiff_t` as an argument

c++ c++17

Why does clang, using libstdc++, delete the explicitly defaulted constructor on a type containing std::optional?

Reinterpret cast a template non-type parameter: clang c++14 vs c++1z

c++ clang c++14 c++17

Can the std::vector range constructor invoke explicit conversions?

c++ c++17

Since C++17 supports shared_ptr of array, does this mean that an explicit deleter for T[] is no longer required in both ctor and reset?

c++ arrays shared-ptr c++17

Why do structured bindings depend on tuple_element?

__PRETTY_FUNCTION__ in constant expression

Class template argument deduction and default template parameters