GRMustache
GRMustache copied to clipboard
Can't import GRMustache.h in a .mm Objective-C++ file
If I try to import this library in a .mm file I get this error when compling
/Pods/Headers/Public/GRMustache/GRMustacheTag.h:60:116: Cannot initialize a variable of type 'const GRMustacheTagType' with an rvalue of type 'int'
I'm using the latest version Probably related to https://github.com/groue/GRMustache/issues/57