gamaral/marshmallow_h

compilation fails in include/core/logger.h:50

Opened this issue · 0 comments

https://github.com/gamaral/marshmallow_h/blob/staging/include/core/logger.h#L50

Needs to be changed to:

#define MMLOG(type, x) std::cerr << __FILE__ << ":" << __LINE__ << " [" << type << "]" << std::endl \ << "\t" << MMFUNCTION << ": " << x << std::endl

missing << between " ["type"]".