Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

User defined-deduction guide for nested template-types

c++ c++17 ctad

Use of void template argument in early detection idiom implementation

linking std::experimental::filesystem with Xcode 9

xcode macos c++17

Writing "enum: int64_t" value to std::ostringstream truncates it to int

c++ enums overloading c++17

cleaning nullptr in one-to-many relation that use custom weak pointer

Can a std::function's target callable legally destroy the std::function during execution?

c++ c++17 language-lawyer

Initialization of std::initializer_list<std::string_view>

can you switch over a std::any.type()?

c++ c++17 any

Deduction guides for std::unordered_map in C++17

Wouldn't it make sense to overload with respect to noexcept?

Can't detect T::value() using auto to parametrize true_type

Why are only these C++ standard library containers guaranteed to allow incomplete types?

c++ c++17

static_cast : Conversion function templates - are they really working?

c++ visual-c++ c++14 c++17

custom std::fstream, std::filebuf's overflow and underflow function not invoked for every character

Why does clang handle exceptions for this trivial std::variant code?

c++ gcc clang c++17 std-variant

How to make a function or constructor that accepts array of any rank

c++ c++17

Why does overload resolution prefer a move constructor over a non-special constructor when equally good conversion functions are available?

Get the size of an std::array as r-value

c++ c++17

C++17 make_optional constexpr-ness

c++ std c++17