Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Create alias for a list of types and passing it as a template parameter

MyClass obj = MyClass(); Does 'MyClass()' refer to a temporary object here?

c++ c++14 temporary

Is it possible to override virtual functions with external friend lambda functions?

c++ gcc clang c++14

Is it practically OK to delete object not constructed using the new expression?

Odd behaviour of final on a virtual function

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