#pragma once #include "../level-0/common.hpp" namespace intellect { namespace level1 { using level0::concept; template struct baseref; struct ref; namespace concepts { extern ref nothing; extern ref name; } } }