Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

C++17: explicit conversion function vs explicit constructor + implicit conversions - have the rules changed?

Forwarding to an Aggregate Initializer?

c++ c++17 c++20

C++ Class template deduction (P0091R0) for function arguments

c++ c++17

Why can't the compiler deduce the template parameter when used with a conversion operator?

Is there any hope to call a common base class method on a std::variant efficiently?

if constexpr in a recursive generic lambda: different compiler behavior

Short circuit of overloaded operator && and || in C++17

Folding expressions in C++17 - Usecase for comparison operators

c++ c++17 fold-expression

Is "std::is_callable" replaced with "std::is_invocable" in C++17?

Cannot initialize std::variant with various lambda expressions

c++ lambda future c++17 variant

Can C++17 be used together with CUDA using clang?

c++ cuda clang c++17

Comparison object being invocable as const

c++ stl c++17

Finding minimum element based on a transformed value

c++ algorithm min c++17 range-v3

Syntax issue when populating an array with a fold expression

c++ c++17 fold-expression

Why string_view instead of generalized container_view<T>?

c++ string c++17 string-view

Something like "if constexpr" but for class definition

Using strings in switch statements - where do we stand with C++17?

C++17 constexpr string parsing

c++ parsing c++17 constexpr

Template member function specialization in a template class

How to order types at compile-time?