TODO: more additions

This commit is contained in:
Frank B. Brokken 2014-02-27 11:41:57 +01:00
parent a892d70a94
commit 195e694e34

View file

@ -1,5 +1,8 @@
Explain the use of shared_ptr with non-polymorphic base classes
Explain how to define a const_reverse_iterator (define Type const &reference)
also: operator-- can be private by defining
std::reverse_iterator<iterator<Type>> a friend of iterator<Type>
Explain how to declare a function template for the current template type as
friend:
template <typename Type>