#include "GoalPlace.h" static std::shared_ptr none = std::make_shared(TypeSpec(nullptr)); std::shared_ptr get_none() { return none; }