Initial refactor

This commit is contained in:
Bartek Kryza
2021-08-08 23:08:06 +02:00
parent af50446972
commit 42b9a481d1
3 changed files with 103 additions and 81 deletions

View File

@@ -21,7 +21,7 @@ struct D {
};
struct R {
A<B<C<D>>> abc;
std::shared_ptr<A<B<std::unique_ptr<C<D>>>>> abc;
};
} // namespace t00033