Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Does guaranteed copy elision work with function parameters?

Call non constexpr from constexpr template function

c++17 making std::variant by generating cartesian product of pre-declared lists of types

Why is this direct initialization valid? (C++ 17)

Initialize a C++ struct like an array of unknown bound at compile time

How to get non-member get<N> to work for custom class in a namespace [C++17]

c++ std c++17 stdtuple

Clang claims constexpr member of generic lambda argument is not constexpr

Why does enable_if<>* = nullptr work when enable_if<> = void doesn't?

c++ templates c++17 enable-if

Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>

c++ casting c++17 shared-ptr

Default constructor expression and lvalues

Compile-Time Base64 Decoding in C++

A question about name lookup with friend function

Is it safe to return a static string_view created from a string literal?

Multi-dimension array template with dimension deduction

Why can't I create a std::string_view from std::string iterators?

Recursively defining and visiting a `boost::variant` using an `std::vector` containing an incomplete type - libstdc++ vs libc++

std::optional<std::reference_wrapper<T>> - is it OK?

How to define a class that can save variadic template arguments?

C++17 support Eclipse Neon

c++ eclipse-cdt c++17

How do I get a code point literal in utf8

c++ utf-8 c++17