Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

correct (or safest )way of initializing void pointer with non-zero value?

c++ c++17 void void-pointers

"No matching function for call" error when creating a vector of function variants

c++ c++17 variant

call of overloaded ‘<brace-enclosed initializer list>’ with suffices for pairs is ambiguous

c++ c++11 overloading c++17

Doesn't C++ mandate that (cond ? string_1 : string_2) initialize a string?

c++ c++17 language-lawyer

Why can we not declare a deduction guide outside an inline namespace?

c++ templates c++17 ctad

A issue about the class member access while the nominated data member is of reference type

c++ c++17 language-lawyer

C++ 17 Metaprogramming recursive struct: enum or constexpr

C++: How call a function with type parameter on variadic template arguments?

Template parameters of function type with auto return type arguments of previous template parameter types

keeping shared_ptr use_count() at 1

c++ c++17 smart-pointers

Is there any practical reason why std::get_if (std::variant) takes a variant argument by pointer instead of by value/&/const&?

Undefined Behavior when using Comma Operator in C++

C++: Can you do a lambda implicit copy capture plus explicit copy capture?

Can template argument deduction for class templates work for non type template parameters?

c++ templates c++17

Test if std::common_type exists

How to use std::string_view::remove_prefix() on a constexpr string_view

c++ c++17 string-view

byte and ambiguous symbol due to using declarations?

c++ scope namespaces c++17

Why std::optional::value() &&; return &&?

c++ c++17 stdoptional

undefined reference to const int within shared_ptr

C++ Programming: Assignment's Output is Marginally Off

c++ c++17