Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

C++17 inline variable vs inline static variable

c++ c++17

c++ automatic template deduction fails for template argument

c++ c++17

Why doesn't void{} exist?

c++ c++17

How to find by a key of type std::wstring_view in std::unordered_map<std::wstring, T>?

c++ c++17

C++: Can't propagate polymorphic_allocator with scoped_allocator_adaptor

c++ boost c++17 allocator c++pmr

Why does using uniform initializer syntax result in different behavior to the "old" style ()?

Same clang, different results for std::initializer_list program with -std=c++14/-std=c++17

Why can std::is_invocable not handle forwarding?

Do deduction guides require noexcept specifiers?

C++17 conditional (ternary) operator inconsistency between MSVC and Clang/GCC

Returning variadic aggregates (struct) and syntax for C++17 variadic template 'construction deduction guide'

c++ templates c++17

Is the "laundry" propagated by pointer arithmetic?

Anonymous temporaries and class template argument deduction - gcc vs clang

Should I be worried about Wmissing-field-initializers and aggregate initialization in C++17?

Template Argument Deduction Broken in Clang 6 for Temporary Objects

Template non-type parameter deduction

Does gcc 6 support the use of std::sample (c++17)?

c++ gcc c++17 gcc6

Why does std::filesystem::path::append replace the current path if p starts with root path

c++ c++17 boost-filesystem

Can I define a constexpr anonymous/unnamed variable?

std::map, std::unordered_map - narrowing conversion in initializer list

c++ c++17 stdmap