Practice ยท 1 of 2
Write the Missing Deduction Guide
Box's iterator-pair constructor deduces the iterator type by default โ Box<int*> instead of Box<int>. Write the deduction guide that steers CTAD to the element type.
Difficulty: advanced
Press Submit to check your solution.
Back to lesson: Practice: CTAD in Anger