#include "Code.hpp" namespace jk { /*explicit*/ Code::Code(foreign_t foreign) : m_foreign { foreign } { } /*virtual*/ Code::~Code() { } }