Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

If there's a constexpr if statement, why not other constexpr statements too? [closed]

c++ c++17

How to write a size() function that works on any type of collection objects?

c++ templates mfc c++17

SFINAE on assembly?

How to interpret the reachability requirement of std::launder?

std::string_view on temporary string - catch by ASan

Copy elision for direct base class initialization? [duplicate]

c++ language-lawyer c++17

reinterpret_cast, char*, and undefined behavior

Why is gcc failing when using lambda for non-type template parameter?

Alternative id generators for types

c++ shared-libraries c++17

void_t and trailing return type with decltype: are they completely interchangeable?

Compile time check AND runtime check 'at the same time'

Shift operands sequenced in C++17

g++ and clang++ different behaviour deducing variadic template `auto` values

Why does structured binding not work as expected on struct?

Is there a way to create a stringstream from a string_view without copying data?

c++ c++17 stringstream

constexpr static member before/after C++17

c++ static constexpr c++17

inline static member variable

c++ static inline c++17

What is the purpose of std::forward()'s rvalue reference overload?

Does malloc return an "invalid pointer value" in C++17? [duplicate]

How do c++ compilers find an extern variable?

c++ language-lawyer c++17