Header file runtime_forward.hpp

#define SIPLASPLAS_REFLECTION_DYNAMIC_DETAIL_RUNTIME_FORWARD_HPP 

namespace cpp
{
    namespace dynamic_reflection
    {
        bool operator==(const Runtime& lhs, const Runtime& rhs);
        
        bool operator!=(const Runtime& lhs, const Runtime& rhs);
    }
}