Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

A vector for different classes

c++ templates c++17

Should I avoid reference to pointer in modern C++ or it is okay in this special case

c++ pointers reference c++17

period must be a specialization of ratio in C++17 chrono library?

c++ c++17 chrono

Create a string with delimeters from fold expression [duplicate]

Constexpr member function

c++ c++17 constexpr c++20

Is there any way to store the template parameter packs and reuse it later?

c++ c++17

What causes the following difference in implicit lambda capture behavior?

c++ lambda c++17

Why does the std::size on an array passed by value do not work?

Possibly learning old C++ standard

c++ c++17

Why can't I resolve a constant expression after increasing -fconstexpr-steps?

Applying a variadic function with std::apply

c++ c++14 apply c++17 stdapply

Why Must I Still Use -lstdc++fs?

Correct way to initialize a container of std::byte

c++ stl c++17