GRMustache icon indicating copy to clipboard operation
GRMustache copied to clipboard

Can't import GRMustache.h in a .mm Objective-C++ file

Open lorenzoPrimi opened this issue 6 years ago • 0 comments

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

lorenzoPrimi avatar Oct 23 '18 20:10 lorenzoPrimi