Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

What's the syntax to partially specialize a parmeter pack argument for void type?

comma operator makes lambda expression non-constexpr

Partial specialization with more template parameters

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

Why is std::swap allowed in this constexpr function?

c++ c++17

Is there a "safe" way to declare a lippincott function so that it won't be called outside of a catch?

c++ function exception c++17

Attempt to implement is_constexpr() - compilers diverge

Resolving CRTP function overload ambiguity

Different behavior of direct and copy initialization on MS VC++ (using user-defined conversion operators)

How to get compiler to prefer const method overloading in C++?

clang-tidy suggest I remove const references, why?

c++ c++17 clang-tidy

Concise bidirectional static 1:1 mapping of values and types

How to avoid virtual inheritance in C++17?

Variadic aggregates as core language feature

Why does std::tuple decompose into rvalue references

c++ c++17

Iterate over tuple elements with std::apply

c++ lambda tuples c++17

Constructor instantiation in a world of guaranteed copy elision

c++ templates c++17

Opposite of friend declaration

c++ c++17 friend

Modern C++ way to repeat code for set number of times

c++ loops c++17 c++20

Is it possible to store a reference in a std::any?

c++ c++17 std stdany

Triangularizing a tuple

c++ c++17