Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How should I replace vector<uint8_t>::const_iterator in an API?

c++ c++17 binary-data idioms

Using std::string_view with api, what expects null terminated string

c++ c++17

Structured binding to replace std::tie abuse

Converting a pointer-to-member-of-base to a pointer-to-member-of-derived

c++ language-lawyer c++17

Are placeholders types of non-type template parameters interchangeable in case of template template parameter

C++17 And the Current State of Decimal Floating Point

How to use allocators in modern C++

Why are structured bindings in range-based for-loop just a copy and not a reference?

clang 5: std::optional instantiation screws std::is_constructible trait of the parameter type

Clang and GCC disagree in auto specifier for non-type template parameter in a casting C++17

Trailing comma in uniform initialization

Why does std::initializer_list in ctor not behave as expected?

Managing trivial types

Why do char{} and char() work as a temporary variable for a char* argument?

std::in_place_t and friends in C++17

c++ language-lawyer c++17

How to provide deduction guide for nested template class?

Why do std::optional constructors use std::in_place?

c++ c++17 stdoptional

Why is an initializer_list of enum values not considered a constant expression?

No implicit conversion from std::string to std::string_view in C++17 (was in std::experimental::basic_string_view)

c++ c++17

C++: Can std::tuple_size/tuple_element be specialized?

c++ c++17