start TypedCow

error_handling
Avril 3 years ago
parent fcd0597dc8
commit 8d5e587333
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -72,3 +72,10 @@ struct Cow::Fake : public Cow {
cow_t* const fake;
};
//TODO
template<typename T>
struct TypedCow : private Cow, public _cow_util::Span<T> {
struct Fake : private Cow::Fake, public _cow_util::Span<T>{};
};

Loading…
Cancel
Save