1 2 3 4 5 6
#include "asl/box.hpp" #include "asl/testing/testing.hpp" static_assert(sizeof(asl::box<int>) == sizeof(int*));