#pragma once #define self (*this) namespace intellect { namespace level0 { struct concept; struct ref; template struct value; template struct vref; } }