Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pashashocky opened this issue Oct 9, 2016 · 0 comments
Open

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

pashashocky opened this issue Oct 9, 2016 · 0 comments

Comments

@pashashocky
Copy link

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"]".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant