Oop, looks like I've been out of the C++ game for long enough that I forgot some fundamentals. ;)
CoderPad does support `unique_ptr`; you have to `#include <memory>` to pull it in because C++'s std lib is carved up into a bunch of smaller headers.
It's been awhile!