X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.cci;h=8ce9622904658ec1f292e23b085631356c78ea78;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=e11e44b68dfbd2c3bd8aa8be6ded0d45bb805f3c;hpb=a9d8ca7d0cd9d0ee9d3bd37988546d016ea5c27a;p=senf.git diff --git a/senf/Utils/TypeIdValue.cci b/senf/Utils/TypeIdValue.cci index e11e44b..8ce9622 100644 --- a/senf/Utils/TypeIdValue.cci +++ b/senf/Utils/TypeIdValue.cci @@ -67,7 +67,8 @@ prefix_ std::string senf::TypeIdValue::prettyName() prefix_ std::type_info const & senf::TypeIdValue::id() const { - SENF_ASSERT(p_); + SENF_ASSERT( + p_, "Internal failure: Empty TypeIdValue should have p_ point to typeid(void) not 0"); return *p_; }