Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

How to implement a generic Factory that supports template covariance?

How do I know if I'm using copy or move?

c++ c++14 move-semantics

Tracking down owner of a shared_ptr?

Forwarding reference behavior with definite types

How to avoid data race with `asio::ip::tcp::iostream`?

Transitioning away from std::string, std::ostream, etc. in a library's public API

static_cast : Conversion function templates - are they really working?

c++ visual-c++ c++14 c++17

Equivalent of `using` aliases for `template`s

c++ templates c++11 c++14 using

Has this been done before? (Monad view wrapping c++ collections/types for chain operations)

c++11/14 make_unique ambigious overload for std::string

c++ templates c++11 c++14

Runtime sized arrays and pointer-decay

std::function lambda optimization

What are consequences of not calling libusb_exit()

c++ linux c++14 libusb

Removing the void specializations for std::future and std::promise

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

global initialization order with constexpr

c++ c++14 constexpr

compiler problems with variable template

c++ templates c++14

Return type match with auto and friend function

Can we delete an object passed as by reference?

c++ c++11 c++14

using-declaration for friend function

c++ c++11 c++14 using friend

Split range into range of overlapping ranges

c++ c++14 range-v3