samedi 16 mai 2015

How to enable c++11 in Cordova?

I use features from C++11 like std::function and have problem with building my iOS plugin for Cordova. Errors like:

error: no type named 'function' in namespace 'std'

It looks like compiler doesn't have flag for c++11 but I have no idea how to tell Cordova about this flag.

Aucun commentaire:

Enregistrer un commentaire