52a53
> #include "systemc/ext/utils/messages.hh"
79c80
< SC_REPORT_ERROR("(E5) out of bounds", ss.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, ss.str().c_str());
110,111c111
< SC_REPORT_WARNING("(W807) sc_vector::bind called with empty range",
< ss.str().c_str());
---
> SC_REPORT_WARNING(SC_ID_VECTOR_BIND_EMPTY_, ss.str().c_str());