Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Difference between indexing operator ([]) of string and string_view

c++ c++17

Possibility of store object type for std::any

Mixing void_t and variadic templates?

Const casting empty base class

Why does auto return type lose move semantics in this example?

c++ templates auto c++17

Is prvalue elision allowed in throw expressions

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