Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Is it legal for a standard library implementation to specialize a function templated on a concept with a child concept?

Unable to declare a template variable without defining it

In C++ is it possible to specify which delete operator is used?

c++ c++14 clang++

Is this a bug in g++ c++14 support?

c++ g++ c++14

C++ template parameter and partial specialization : strong or weak typing?

c++ templates c++14 typing

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