groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

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

Open lorenzoPrimi opened 5 years ago

lorenzoPrimi commented 5 years ago

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