diff --git a/include/xo/facet/FacetRegistry.hpp b/include/xo/facet/FacetRegistry.hpp index aa481a0..da3a667 100644 --- a/include/xo/facet/FacetRegistry.hpp +++ b/include/xo/facet/FacetRegistry.hpp @@ -128,7 +128,8 @@ namespace xo { if (!retval) throw std::runtime_error(tostr("FacetRegistry::try_variant failed", xtag("AFrom.tseq", typeseq::id()), - xtag("ATo.tseq", typeseq::id()))); + xtag("ATo.tseq", typeseq::id()), + xtag("DRepr", from._typeseq()))); return retval; }