Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Type trait for aggregate initializability in the standard library?

Chain Optionals in C++

c++ optional c++17

C++ - Specify maximum character for std::cout when printing char*

c++ std c++17

C++17 filesystem using nuwen MinGW on Windows 10

Class template argument deduction for array of function pointer works on clang, but not on gcc

c++ templates c++17

Set file creation time with standard library only

c++ c++17 portability

Move only type adapting std::any with dummy copy constructor is safe?

c++ c++17 move stdany

g++ std::visit leaking into global namespace?

Compare std::variant with int using C++20 <=> is not a constant expression

c++ c++17 c++20 std-variant

[[nodiscard]] in std::function return type definition?

c++ c++17 std nodiscard

What constructor should be called in return statement with curly braces?

c++ c++17 language-lawyer

What type of structs can structured bindings work with

Can I avoid explicitly writing a constructor for each struct in a std::variant?

Is it guaranteed that template template parameter invoke user provided deduction guides

deduction guides and injected class names

c++ c++17 type-deduction

Using automatic deduction with unique_ptr and custom deleter

constexpr function with unused reference argument – gcc vs clang

Calling FFTW's in-place real-to-complex transform without violating strict aliasing rules

C++17 split constexpr string on comma and have the number of elements at compile time?

c++ c++17 metaprogramming

Why is default noexcept move constructor being accepted?