1 2 3 4 5 6 7 8 9 10 11 12 13
#include "concepts.hpp" namespace intellect { namespace level1 { namespace concepts { ref is("is"); ref anonymous("anonymous"); ref link("link"); } } }