#include #include using test_type = boxed::boxed; int main(int argc, char *argv[]) { auto value = test_type(12345); fmt::print("{}", value); }