Skip to content

add quick workaround for message macros

Christian Gumpert requested to merge msg_macros into master

This is a simple implementation of the message macros MSG_* which dumps the message to std::cout. This is neither thread-safe nor elegant and may need to be refined in the future.

Merge request reports