23 #include <boost/type_index.hpp> 32 auto type_index_visitable = boost::typeindex::type_id_runtime(obj);
33 auto type_index_visitor = boost::typeindex::type_id_runtime(*
this);
34 ERROR(
"Cannot visit object of type " << type_index_visitable
35 <<
" from visitor of type " 36 << type_index_visitor.pretty_name());
37 assert(0 &&
"Cannot visit");
This is the header file for a generated source file, GitSHA1.cpp.