Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Iterating through map keys in C++ 17

c++ c++17

Is "constexpr if" considered SFINAE?

Why is this nested lambda not considered constexpr?

What drawbacks would exist if std::string::substr returned std::string_view?

c++ string c++17

How to get name for each argument in variadic macros?

c++ macros c++14 c++17

"if constexpr" interaction with "try in constexpr function" warning

const auto reference binding to (null) pointer - what is the actual type?

Initialisation of aggregate with default constructor deleted in c++20

How to iterate over the types of std::variant?

Compiler for C++ 17 [closed]

c++17

What is a Node Handle?

c++ c++17

Using C++17 'any' with Xcode 8.1

c++ c++17 stdany

Returning const char* from a string literal in C++? [duplicate]

gcc and clang throw "no matching function call" but msvc (cl) compiles and works as expected

c++ gcc clang c++17 cl

why C++17 destroy()/destroy_n() functions run forward (and not backwards)?

c++ c++17

Using incomplete type in a member function of a class template

c++ templates c++17

Sequence points - is this gcc warning a bug?

c++ c++17 language-lawyer

Type trait for copying cv reference qualifiers

c++ c++11 c++14 typetraits c++17

Is it possible to use std::byte as the underlying type for an enum class?

c++ c++17

Filter a tuple of types in c++17

c++ templates tuples c++17