Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to pass array initialization thru custom structure?

c++ c++17 c++20

Understanding Alias Templates

CHAR_BIT replacement

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

Checking that a template type T is part of a variadic parameter pack in C++17

RAII and factory design pattern?

C++17 Hexidecimal floating point literal single precision suffix conflict?

Using C functions to manipulate std::string

c++ c++17 stdstring

Can C++ functions return a pointer to an array of known length?

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

Predefined type list passed to a std::variant

`if constexpr` vs `if` in light of compiler optimization and code performance

c++ c++17 if-constexpr

Why is pmr::string so slow in these benchmarks?

c++ memory boost c++17

Alternative to declaring a type alias inside a class

c++ c++11 templates c++17

Is this reinterpret_cast problematic in principle, and/or in practice?

c++ c++17 language-lawyer

How to implement a universal function for both sequence and associative container?

friend, template, namespace

c++ templates c++17 friend

When is initializer_list allowed to be deduced?

c++ language-lawyer c++17

Substitution failure for template template argument

Conditionally creating members inside a class

c++ class c++17 if-constexpr

Is -Wreturn-std-move clang warning correct in case of objects in the same hierarchy?

c++ clang warnings c++17 move

g++ breaking change in std::filesystem::last_write_time

c++ g++ c++17