Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
user avatar
Markus Blatt authored
base class.

Previously

class A{};
class B: public A{};

shared_ptr<A> b(new B);
shared_ptr<B> b(a);

b.get_count()==1 && b.get_count()==1 would wrongly hold true.

[[Imported from SVN: r7046]]
5e9443a4
History
Name Last commit Last update
..