Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

What happens to Boost libs after their inclusion in C++, other than usage with older-standard code?

Check if enum class contains a specific identfier

c++ c++17 c++14 enum-class

C++ - Function with multiple parameter packs and a std::function as argument

Constexpr implicitly declared functions

Templated Id Generator well defined behavior?

if constexpr instead of tag dispatch

Returning by rvalue reference vs returning by value

Can you violate ODR with structured bindings on a class type

cannot compile function template instantiation containing "if constexpr"

Clang vs. GCC when static_cast'ing to a move-only type

Default template parameters in using-declaration and instantiation

Does C++ standard allow std::optional<double> to be implemented without overhead

Split a given std::variant type by a given criteria

c++ c++17 std-variant

Does C++ standard library provide more compact and generalized version of the erase–remove idiom?

Constexpr variable captured inside lambda loses its constexpr-ness

How can I apply the [[nodiscard]] attribute to a lambda?

Usefulness of std::make_pair and std::make_tuple in C++1z

c++ c++17

Header `execution` and `std::reduce` not found

c++ header c++17

When to use std::invoke instead of simply calling the invokable?

c++ std c++17

Can't use c++17 features using g++ 7.2 in QtCreator

c++ qt-creator c++17 variant